#66152F

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

Shades of Claret #66152F

Tints of Claret #66152F

Color information

#66152F (or 0x66152F) is unknown color: approx Claret. HEX triplet: 66, 15 and 2F. RGB value is (102,21,47). Sum of RGB (Red+Green+Blue) = 102+21+47=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #66152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66152F is #99EAD0. Grayscale: #303030. Windows color (decimal): -10087121 or 3085670. OLE color: 3085670.

HSL color Cylindrical-coordinate representation of color #66152F: hue angle of 340.74º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66152F is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB1022147-
CMYK00.790.540.6
HSL340.74º65.85%24.12%-
HSV(B)340.74º79.41%40%-
XYZ6.263.573.05-
YUV48.18127.34166.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60%
GREEN value IS 21 (8.59% from 255) = 12.35%
BLUE value IS 47 (18.75% from 255) = 27.65%
R=60%
G=12.35%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102214700.790.540.6340.7465.8524.12
Hex66152F04F363C1554218
Octal14625570117667452510230
Binary11001101010110111101001111110110111100101010101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66152F; }

 p { color: rgb(102,21,47); }

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

<style>
 a { background-color: #66152F; }

 a { background-color: rgb(102,21,47); }

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

<style>
 span { border-color: #66152F; }

 span { border-color: rgb(102,21,47); }

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