#661431

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

Shades of Claret #661431

Tints of Claret #661431

Color information

#661431 (or 0x661431) is unknown color: approx Claret. HEX triplet: 66, 14 and 31. RGB value is (102,20,49). Sum of RGB (Red+Green+Blue) = 102+20+49=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #661431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661431 is #99EBCE. Grayscale: #2F2F2F. Windows color (decimal): -10087375 or 3216486. OLE color: 3216486.

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

Color convert

RGB1022049-
CMYK00.800.520.6
HSL338.78º67.21%23.92%-
HSV(B)338.78º80.39%40%-
XYZ6.283.553.26-
YUV47.82128.67166.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.65%
GREEN value IS 20 (8.20% from 255) = 11.70%
BLUE value IS 49 (19.53% from 255) = 28.65%
R=59.65%
G=11.70%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102204900.800.520.6338.7867.2123.92
Hex661431050343C1534318
Octal14624610120647452310330
Binary11001101010011000101010000110100111100101010011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661431; }

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

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

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

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

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

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

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

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