#661931

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

Shades of Claret #661931

Tints of Claret #661931

Color information

#661931 (or 0x661931) is unknown color: approx Claret. HEX triplet: 66, 19 and 31. RGB value is (102,25,49). Sum of RGB (Red+Green+Blue) = 102+25+49=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #661931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661931 is #99E6CE. Grayscale: #323232. Windows color (decimal): -10086095 or 3217766. OLE color: 3217766.

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

Color convert

RGB1022549-
CMYK00.750.520.6
HSL341.3º60.63%24.9%-
HSV(B)341.3º75.49%40%-
XYZ6.383.743.29-
YUV50.76127.01164.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.95%
GREEN value IS 25 (10.16% from 255) = 14.20%
BLUE value IS 49 (19.53% from 255) = 27.84%
R=57.95%
G=14.20%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102254900.750.520.6341.360.6324.9
Hex66193104B343C1553d19
Octal1463161011364745257531
Binary1100110110011100010100101111010011110010101010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661931; }

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

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

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

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

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

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

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

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