#662135

Color #662135 Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #662135

Tints of Claret #662135

Color information

#662135 (or 0x662135) is unknown color: approx Claret. HEX triplet: 66, 21 and 35. RGB value is (102,33,53). Sum of RGB (Red+Green+Blue) = 102+33+53=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #662135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662135 is #99DECA. Grayscale: #373737. Windows color (decimal): -10084043 or 3481958. OLE color: 3481958.

HSL color Cylindrical-coordinate representation of color #662135: hue angle of 342.61º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662135 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.6.

Color convert

RGB1023353-
CMYK00.680.480.6
HSL342.61º51.11%26.47%-
HSV(B)342.61º67.65%40%-
XYZ6.674.173.82-
YUV55.91126.36160.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 54.26%
GREEN value IS 33 (13.28% from 255) = 17.55%
BLUE value IS 53 (21.09% from 255) = 28.19%
R=54.26%
G=17.55%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102335300.680.480.6342.6151.1126.47
Hex662135044303C157331a
Octal1464165010460745276332
Binary11001101000011101010100010011000011110010101011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662135; }

 p { color: rgb(102,33,53); }

 H1.HeaderClassName
 {
   color: #662135;
 }
 .AnyTagClassName
 {
   color: #662135;
 }
</style>
background-color css

<style>
 a { background-color: #662135; }

 a { background-color: rgb(102,33,53); }

 div.DivClassName
 {
   background-color: #662135;
 }
 .BgClassName
 {
   background-color: #662135;
 }
</style>
border-color css

<style>
 span { border-color: #662135; }

 span { border-color: rgb(102,33,53); }

 td.TdClassName
 {
   border-color: #662135;
 }
 .TagClassName
 {
   border-color: #662135;
 }
</style>