#661d2e

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

Shades of Claret #661D2E

Tints of Claret #661D2E

Color information

#661D2E (or 0x661D2E) is unknown color: approx Claret. HEX triplet: 66, 1D and 2E. RGB value is (102,29,46). Sum of RGB (Red+Green+Blue) = 102+29+46=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #661D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661D2E is #99E2D1. Grayscale: #343434. Windows color (decimal): -10085074 or 3022182. OLE color: 3022182.

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

Color convert

RGB1022946-
CMYK00.720.550.6
HSL346.03º55.73%25.69%-
HSV(B)346.03º71.57%40%-
XYZ6.413.93-
YUV52.76124.18163.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.63%
GREEN value IS 29 (11.72% from 255) = 16.38%
BLUE value IS 46 (18.36% from 255) = 25.99%
R=57.63%
G=16.38%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102294600.720.550.6346.0355.7325.69
Hex661D2E048373C15a381a
Octal1463556011067745327032
Binary1100110111011011100100100011011111110010101101011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661d2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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