#661F2E

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

Shades of Claret #661F2E

Tints of Claret #661F2E

Color information

#661F2E (or 0x661F2E) is unknown color: approx Claret. HEX triplet: 66, 1F and 2E. RGB value is (102,31,46). Sum of RGB (Red+Green+Blue) = 102+31+46=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #661F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661F2E is #99E0D1. Grayscale: #353535. Windows color (decimal): -10084562 or 3022694. OLE color: 3022694.

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

Color convert

RGB1023146-
CMYK00.700.550.6
HSL347.32º53.38%26.08%-
HSV(B)347.32º69.61%40%-
XYZ6.4643.02-
YUV53.94123.52162.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.98%
GREEN value IS 31 (12.5% from 255) = 17.32%
BLUE value IS 46 (18.36% from 255) = 25.70%
R=56.98%
G=17.32%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102314600.700.550.6347.3253.3826.08
Hex661F2E046373C15b351a
Octal1463756010667745336532
Binary1100110111111011100100011011011111110010101101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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