#661932

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

Shades of Claret #661932

Tints of Claret #661932

Color information

#661932 (or 0x661932) is unknown color: approx Claret. HEX triplet: 66, 19 and 32. RGB value is (102,25,50). Sum of RGB (Red+Green+Blue) = 102+25+50=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #661932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661932 is #99E6CD. Grayscale: #323232. Windows color (decimal): -10086094 or 3283302. OLE color: 3283302.

HSL color Cylindrical-coordinate representation of color #661932: hue angle of 340.52º 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 #661932 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.6.

Color convert

RGB1022550-
CMYK00.750.510.6
HSL340.52º60.63%24.9%-
HSV(B)340.52º75.49%40%-
XYZ6.43.753.4-
YUV50.87127.51164.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.63%
GREEN value IS 25 (10.16% from 255) = 14.12%
BLUE value IS 50 (19.92% from 255) = 28.25%
R=57.63%
G=14.12%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102255000.750.510.6340.5260.6324.9
Hex66193204B333C1553d19
Octal1463162011363745257531
Binary1100110110011100100100101111001111110010101010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661932; }

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

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

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

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

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

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

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

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