#66132E

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

Shades of Claret #66132E

Tints of Claret #66132E

Color information

#66132E (or 0x66132E) is unknown color: approx Claret. HEX triplet: 66, 13 and 2E. RGB value is (102,19,46). Sum of RGB (Red+Green+Blue) = 102+19+46=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #66132E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66132E is #99ECD1. Grayscale: #2E2E2E. Windows color (decimal): -10087634 or 3019622. OLE color: 3019622.

HSL color Cylindrical-coordinate representation of color #66132E: hue angle of 340.48º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66132E is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB1021946-
CMYK00.810.550.6
HSL340.48º68.6%23.73%-
HSV(B)340.48º81.37%40%-
XYZ6.213.492.93-
YUV46.9127.5167.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.08%
GREEN value IS 19 (7.81% from 255) = 11.38%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=61.08%
G=11.38%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102194600.810.550.6340.4868.623.73
Hex66132E051373C1544518
Octal14623560121677452410530
Binary11001101001110111001010001110111111100101010100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66132E; }

 p { color: rgb(102,19,46); }

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

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

 a { background-color: rgb(102,19,46); }

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

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

 span { border-color: rgb(102,19,46); }

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