#661E2E

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

Shades of Claret #661E2E

Tints of Claret #661E2E

Color information

#661E2E (or 0x661E2E) is unknown color: approx Claret. HEX triplet: 66, 1E and 2E. RGB value is (102,30,46). Sum of RGB (Red+Green+Blue) = 102+30+46=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #661E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661E2E is #99E1D1. Grayscale: #353535. Windows color (decimal): -10084818 or 3022438. OLE color: 3022438.

HSL color Cylindrical-coordinate representation of color #661E2E: hue angle of 346.67º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #661E2E is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB1023046-
CMYK00.710.550.6
HSL346.67º54.55%25.88%-
HSV(B)346.67º70.59%40%-
XYZ6.443.953.01-
YUV53.35123.85162.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.30%
GREEN value IS 30 (12.11% from 255) = 16.85%
BLUE value IS 46 (18.36% from 255) = 25.84%
R=57.30%
G=16.85%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102304600.710.550.6346.6754.5525.88
Hex661E2E047373C15b371a
Octal1463656010767745336732
Binary1100110111101011100100011111011111110010101101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661E2E; }

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

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

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

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

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

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

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

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