#661930

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

Shades of Claret #661930

Tints of Claret #661930

Color information

#661930 (or 0x661930) is unknown color: approx Claret. HEX triplet: 66, 19 and 30. RGB value is (102,25,48). Sum of RGB (Red+Green+Blue) = 102+25+48=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #661930 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661930 is #99E6CF. Grayscale: #323232. Windows color (decimal): -10086096 or 3152230. OLE color: 3152230.

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

Color convert

RGB1022548-
CMYK00.750.530.6
HSL342.08º60.63%24.9%-
HSV(B)342.08º75.49%40%-
XYZ6.363.733.18-
YUV50.64126.51164.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.29%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 48 (19.14% from 255) = 27.43%
R=58.29%
G=14.29%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102254800.750.530.6342.0860.6324.9
Hex66193004B353C1563d19
Octal1463160011365745267531
Binary1100110110011100000100101111010111110010101011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661930; }

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

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

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

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

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

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

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

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