#662833

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

Shades of Claret #662833

Tints of Claret #662833

Color information

#662833 (or 0x662833) is unknown color: approx Claret. HEX triplet: 66, 28 and 33. RGB value is (102,40,51). Sum of RGB (Red+Green+Blue) = 102+40+51=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #662833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662833 is #99D7CC. Grayscale: #3B3B3B. Windows color (decimal): -10082253 or 3352678. OLE color: 3352678.

HSL color Cylindrical-coordinate representation of color #662833: hue angle of 349.35º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #662833 is Cyan = 0, Magento = 0.61, Yellow = 0.5 and Black (K on CMYK) = 0.6.

Color convert

RGB1024051-
CMYK00.610.50.6
HSL349.35º43.66%27.84%-
HSV(B)349.35º60.78%40%-
XYZ6.844.583.66-
YUV59.79123.04158.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.85%
GREEN value IS 40 (16.02% from 255) = 20.73%
BLUE value IS 51 (20.31% from 255) = 26.42%
R=52.85%
G=20.73%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102405100.610.50.6349.3543.6627.84
Hex66283303D323C15d2c1c
Octal146506307562745355434
Binary1100110101000110011011110111001011110010101110110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662833; }

 p { color: rgb(102,40,51); }

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

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

 a { background-color: rgb(102,40,51); }

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

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

 span { border-color: rgb(102,40,51); }

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