Html Css Color HEX #70162E Claret

📋 copy color: '#70162E'

red 112 ◦ green 22 ◦ blue 46

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

Shades of Claret #70162E

Tints of Claret #70162E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.22%

 BLUE value IS 46 (18.36% from 255) = 25.56%

R = 62.22%
G = 12.22%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#70162E (or 0x70162E) is known color: Claret. HEX triplet: 70, 16 and 2E. RGB value is (112,22,46). Sum of RGB (Red+Green+Blue) = 112+22+46=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #70162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70162E is #8FE9D1. Grayscale: #333333. Windows color (decimal): -9431506 or 3020400. OLE color: 3020400.

HSL color Cylindrical-coordinate representation of color #70162E: hue angle of 344º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70162E is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 22 46 -
CMYK 0 0.80 0.59 0.56
HSL 344º 0.67% 0.26% -
HSV(B) 344º 0.8% 0.44% -
XYZ 7.46 4.22 3.01 -
YUV 51.65 124.82 171.05 -
System Red Green Blue C M Y K H S L
Decimal 112 22 46 0 0.80 0.59 0.56 344 0.67 0.26
Hex 70 16 2E 0 50 3B 38 158 43 1A
Octal 160 26 56 0 120 73 70 530 103 32
Binary 1110000 10110 101110 0 1010000 111011 111000 101011000 1000011 11010

Color Harmonies of #70162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70162E

Black with #70162E

Text Example


Text Example

White with #70162E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70162E; }

 p { color: rgb(112,22,46); }

 H1.HeaderClassName
 {
   color: #70162E;
 }
 .AnyTagClassName
 {
   color: #70162E;
 }
</style>

background-color css

<style>
 a { background-color: #70162E; }

 a { background-color: rgb(112,22,46); }

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

border-color css

<style>
 span { border-color: #70162E; }

 span { border-color: rgb(112,22,46); }

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