#662533

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

Shades of Claret #662533

Tints of Claret #662533

Color information

#662533 (or 0x662533) is unknown color: approx Claret. HEX triplet: 66, 25 and 33. RGB value is (102,37,51). Sum of RGB (Red+Green+Blue) = 102+37+51=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #662533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662533 is #99DACC. Grayscale: #3A3A3A. Windows color (decimal): -10083021 or 3351910. OLE color: 3351910.

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

Color convert

RGB1023751-
CMYK00.640.50.6
HSL347.08º46.76%27.25%-
HSV(B)347.08º63.73%40%-
XYZ6.744.393.62-
YUV58.03124.03159.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.68%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 51 (20.31% from 255) = 26.84%
R=53.68%
G=19.47%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102375100.640.50.6347.0846.7627.25
Hex662533040323C15b2f1b
Octal1464563010062745335733
Binary11001101001011100110100000011001011110010101101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662533; }

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

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

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

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

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

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

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

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