Html Css Color HEX #66122F Claret

📋 copy color: '#66122F'

red 102 ◦ green 18 ◦ blue 47

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

Shades of Claret #66122F

Tints of Claret #66122F

RGB

 RED value IS 102 (40.23% from 255) = 61.08%

 GREEN value IS 18 (7.42% from 255) = 10.78%

 BLUE value IS 47 (18.75% from 255) = 28.14%

R = 61.08%
G = 10.78%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.6

RGB Variations

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

Color information

#66122F (or 0x66122F) is known color: Claret. HEX triplet: 66, 12 and 2F. RGB value is (102,18,47). Sum of RGB (Red+Green+Blue) = 102+18+47=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #66122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66122F is #99EDD0. Grayscale: #2E2E2E. Windows color (decimal): -10087889 or 3084902. OLE color: 3084902.

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

Color convert

RGB 102 18 47 -
CMYK 0 0.82 0.54 0.6
HSL 339.29º 0.7% 0.24% -
HSV(B) 339.29º 0.82% 0.4% -
XYZ 6.21 3.46 3.03 -
YUV 46.42 128.33 167.64 -
System Red Green Blue C M Y K H S L
Decimal 102 18 47 0 0.82 0.54 0.6 339.29 0.7 0.24
Hex 66 12 2F 0 52 36 3C 153 46 18
Octal 146 22 57 0 122 66 74 523 106 30
Binary 1100110 10010 101111 0 1010010 110110 111100 101010011 1000110 11000

Color Harmonies of #66122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66122F

Black with #66122F

Text Example


Text Example

White with #66122F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66122F;
 }
 .AnyTagClassName
 {
   color: #66122F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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