Html Css Color HEX #66152F Claret

📋 copy color: '#66152F'

red 102 ◦ green 21 ◦ blue 47

#66152F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #66152F

Tints of Claret #66152F

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 value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.6

RGB Variations

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

Color information

#66152F (or 0x66152F) is known color: 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

RGB 102 21 47 -
CMYK 0 0.79 0.54 0.6
HSL 340.74º 0.66% 0.24% -
HSV(B) 340.74º 0.79% 0.4% -
XYZ 6.26 3.57 3.05 -
YUV 48.18 127.34 166.39 -
System Red Green Blue C M Y K H S L
Decimal 102 21 47 0 0.79 0.54 0.6 340.74 0.66 0.24
Hex 66 15 2F 0 4F 36 3C 155 42 18
Octal 146 25 57 0 117 66 74 525 102 30
Binary 1100110 10101 101111 0 1001111 110110 111100 101010101 1000010 11000

Color Harmonies of #66152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66152F

Black with #66152F

Text Example


Text Example

White with #66152F

Text Example


Text Example

HTML Codes & Css Web 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>