Html Css Color HEX #72222F Claret

📋 copy color: '#72222F'

red 114 ◦ green 34 ◦ blue 47

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

Shades of Claret #72222F

Tints of Claret #72222F

RGB

 RED value IS 114 (44.92% from 255) = 58.46%

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

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

R = 58.46%
G = 17.44%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#72222F (or 0x72222F) is known color: Claret. HEX triplet: 72, 22 and 2F. RGB value is (114,34,47). Sum of RGB (Red+Green+Blue) = 114+34+47=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #72222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72222F is #8DDDD0. Grayscale: #3B3B3B. Windows color (decimal): -9297361 or 3089010. OLE color: 3089010.

HSL color Cylindrical-coordinate representation of color #72222F: hue angle of 350.25º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72222F is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 34 47 -
CMYK 0 0.70 0.59 0.55
HSL 350.25º 0.54% 0.29% -
HSV(B) 350.25º 0.7% 0.45% -
XYZ 8.02 4.93 3.22 -
YUV 59.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 114 34 47 0 0.70 0.59 0.55 350.25 0.54 0.29
Hex 72 22 2F 0 46 3B 37 15E 36 1D
Octal 162 42 57 0 106 73 67 536 66 35
Binary 1110010 100010 101111 0 1000110 111011 110111 101011110 110110 11101

Color Harmonies of #72222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72222F

Black with #72222F

Text Example


Text Example

White with #72222F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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