#661831

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

Shades of Claret #661831

Tints of Claret #661831

Color information

#661831 (or 0x661831) is unknown color: approx Claret. HEX triplet: 66, 18 and 31. RGB value is (102,24,49). Sum of RGB (Red+Green+Blue) = 102+24+49=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #661831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661831 is #99E7CE. Grayscale: #323232. Windows color (decimal): -10086351 or 3217510. OLE color: 3217510.

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

Color convert

RGB1022449-
CMYK00.760.520.6
HSL340.77º61.9%24.71%-
HSV(B)340.77º76.47%40%-
XYZ6.363.73.28-
YUV50.17127.34164.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.29%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 49 (19.53% from 255) = 28%
R=58.29%
G=13.71%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102244900.760.520.6340.7761.924.71
Hex66183104C343C1553e19
Octal1463061011464745257631
Binary1100110110001100010100110011010011110010101010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661831; }

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

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

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

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

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

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

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

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