Html Css Color HEX #66222F Claret

📋 copy color: '#66222F'

red 102 ◦ green 34 ◦ blue 47

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

Shades of Claret #66222F

Tints of Claret #66222F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.58%

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

R = 55.74%
G = 18.58%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.6

RGB Variations

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

Color information

#66222F (or 0x66222F) is known color: Claret. HEX triplet: 66, 22 and 2F. RGB value is (102,34,47). Sum of RGB (Red+Green+Blue) = 102+34+47=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66222F is #99DDD0. Grayscale: #373737. Windows color (decimal): -10083793 or 3088998. OLE color: 3088998.

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

Color convert

RGB 102 34 47 -
CMYK 0 0.67 0.54 0.6
HSL 348.53º 0.5% 0.27% -
HSV(B) 348.53º 0.67% 0.4% -
XYZ 6.56 4.17 3.15 -
YUV 55.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 102 34 47 0 0.67 0.54 0.6 348.53 0.5 0.27
Hex 66 22 2F 0 43 36 3C 15D 32 1B
Octal 146 42 57 0 103 66 74 535 62 33
Binary 1100110 100010 101111 0 1000011 110110 111100 101011101 110010 11011

Color Harmonies of #66222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66222F

Black with #66222F

Text Example


Text Example

White with #66222F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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