Html Css Color HEX #70222F Claret

📋 copy color: '#70222F'

red 112 ◦ green 34 ◦ blue 47

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

Shades of Claret #70222F

Tints of Claret #70222F

RGB

 RED value IS 112 (44.14% from 255) = 58.03%

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

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

R = 58.03%
G = 17.62%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#70222F (or 0x70222F) is known color: Claret. HEX triplet: 70, 22 and 2F. RGB value is (112,34,47). Sum of RGB (Red+Green+Blue) = 112+34+47=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #70222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70222F is #8FDDD0. Grayscale: #3A3A3A. Windows color (decimal): -9428433 or 3089008. OLE color: 3089008.

HSL color Cylindrical-coordinate representation of color #70222F: hue angle of 350º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70222F is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 34 47 -
CMYK 0 0.70 0.58 0.56
HSL 350º 0.53% 0.29% -
HSV(B) 350º 0.7% 0.44% -
XYZ 7.77 4.79 3.21 -
YUV 58.8 121.34 165.94 -
System Red Green Blue C M Y K H S L
Decimal 112 34 47 0 0.70 0.58 0.56 350 0.53 0.29
Hex 70 22 2F 0 46 3A 38 15E 35 1D
Octal 160 42 57 0 106 72 70 536 65 35
Binary 1110000 100010 101111 0 1000110 111010 111000 101011110 110101 11101

Color Harmonies of #70222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70222F

Black with #70222F

Text Example


Text Example

White with #70222F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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