#662031

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

Shades of Claret #662031

Tints of Claret #662031

Color information

#662031 (or 0x662031) is unknown color: approx Claret. HEX triplet: 66, 20 and 31. RGB value is (102,32,49). Sum of RGB (Red+Green+Blue) = 102+32+49=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #662031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662031 is #99DFCE. Grayscale: #363636. Windows color (decimal): -10084303 or 3219558. OLE color: 3219558.

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

Color convert

RGB1023249-
CMYK00.690.520.6
HSL345.43º52.24%26.27%-
HSV(B)345.43º68.63%40%-
XYZ6.554.083.35-
YUV54.87124.69161.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 49 (19.53% from 255) = 26.78%
R=55.74%
G=17.49%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102324900.690.520.6345.4352.2426.27
Hex662031045343C159341a
Octal1464061010564745316432
Binary11001101000001100010100010111010011110010101100111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662031; }

 p { color: rgb(102,32,49); }

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

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

 a { background-color: rgb(102,32,49); }

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

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

 span { border-color: rgb(102,32,49); }

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