Html Css Color HEX #70123E Pompadour

📋 copy color: '#70123E'

red 112 ◦ green 18 ◦ blue 62

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

Shades of Pompadour #70123E

Tints of Pompadour #70123E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.29%

R = 58.33%
G = 9.38%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#70123E (or 0x70123E) is known color: Pompadour. HEX triplet: 70, 12 and 3E. RGB value is (112,18,62). Sum of RGB (Red+Green+Blue) = 112+18+62=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #70123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70123E is #8FEDC1. Grayscale: #333333. Windows color (decimal): -9432514 or 4067952. OLE color: 4067952.

HSL color Cylindrical-coordinate representation of color #70123E: hue angle of 331.91º 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 #70123E is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 18 62 -
CMYK 0 0.84 0.45 0.56
HSL 331.91º 0.72% 0.25% -
HSV(B) 331.91º 0.84% 0.44% -
XYZ 7.77 4.23 4.96 -
YUV 51.12 134.14 171.42 -
System Red Green Blue C M Y K H S L
Decimal 112 18 62 0 0.84 0.45 0.56 331.91 0.72 0.25
Hex 70 12 3E 0 54 2D 38 14C 48 19
Octal 160 22 76 0 124 55 70 514 110 31
Binary 1110000 10010 111110 0 1010100 101101 111000 101001100 1001000 11001

Color Harmonies of #70123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70123E

Black with #70123E

Text Example


Text Example

White with #70123E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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