#661A32

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

Shades of Claret #661A32

Tints of Claret #661A32

Color information

#661A32 (or 0x661A32) is unknown color: approx Claret. HEX triplet: 66, 1A and 32. RGB value is (102,26,50). Sum of RGB (Red+Green+Blue) = 102+26+50=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #661A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661A32 is #99E5CD. Grayscale: #333333. Windows color (decimal): -10085838 or 3283558. OLE color: 3283558.

HSL color Cylindrical-coordinate representation of color #661A32: hue angle of 341.05º degrees, saturation: 0.59, 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 #661A32 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.6.

Color convert

RGB1022650-
CMYK00.750.510.6
HSL341.05º59.38%25.1%-
HSV(B)341.05º74.51%40%-
XYZ6.423.793.41-
YUV51.46127.18164.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.30%
GREEN value IS 26 (10.55% from 255) = 14.61%
BLUE value IS 50 (19.92% from 255) = 28.09%
R=57.30%
G=14.61%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102265000.750.510.6341.0559.3825.1
Hex661A3204B333C1553b19
Octal1463262011363745257331
Binary1100110110101100100100101111001111110010101010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,26,50); }

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

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

 a { background-color: rgb(102,26,50); }

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

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

 span { border-color: rgb(102,26,50); }

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