Html Css Color HEX #70122B Claret

📋 copy color: '#70122B'

red 112 ◦ green 18 ◦ blue 43

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

Shades of Claret #70122B

Tints of Claret #70122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.86%

R = 64.74%
G = 10.4%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#70122B (or 0x70122B) is known color: Claret. HEX triplet: 70, 12 and 2B. RGB value is (112,18,43). Sum of RGB (Red+Green+Blue) = 112+18+43=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #70122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70122B is #8FEDD4. Grayscale: #303030. Windows color (decimal): -9432533 or 2822768. OLE color: 2822768.

HSL color Cylindrical-coordinate representation of color #70122B: hue angle of 344.04º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70122B is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 18 43 -
CMYK 0 0.84 0.62 0.56
HSL 344.04º 0.72% 0.25% -
HSV(B) 344.04º 0.84% 0.44% -
XYZ 7.33 4.05 2.68 -
YUV 48.96 124.64 172.97 -
System Red Green Blue C M Y K H S L
Decimal 112 18 43 0 0.84 0.62 0.56 344.04 0.72 0.25
Hex 70 12 2B 0 54 3E 38 158 48 19
Octal 160 22 53 0 124 76 70 530 110 31
Binary 1110000 10010 101011 0 1010100 111110 111000 101011000 1001000 11001

Color Harmonies of #70122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70122B

Black with #70122B

Text Example


Text Example

White with #70122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70122B; }

 p { color: rgb(112,18,43); }

 H1.HeaderClassName
 {
   color: #70122B;
 }
 .AnyTagClassName
 {
   color: #70122B;
 }
</style>

background-color css

<style>
 a { background-color: #70122B; }

 a { background-color: rgb(112,18,43); }

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

border-color css

<style>
 span { border-color: #70122B; }

 span { border-color: rgb(112,18,43); }

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