Html Css Color HEX #70183E Pompadour

📋 copy color: '#70183E'

red 112 ◦ green 24 ◦ blue 62

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

Shades of Pompadour #70183E

Tints of Pompadour #70183E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.12%

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

R = 56.57%
G = 12.12%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#70183E (or 0x70183E) is known color: Pompadour. HEX triplet: 70, 18 and 3E. RGB value is (112,24,62). Sum of RGB (Red+Green+Blue) = 112+24+62=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #70183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70183E is #8FE7C1. Grayscale: #363636. Windows color (decimal): -9430978 or 4069488. OLE color: 4069488.

HSL color Cylindrical-coordinate representation of color #70183E: hue angle of 334.09º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70183E is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 24 62 -
CMYK 0 0.79 0.45 0.56
HSL 334.09º 0.65% 0.27% -
HSV(B) 334.09º 0.79% 0.44% -
XYZ 7.88 4.45 5 -
YUV 54.64 132.15 168.91 -
System Red Green Blue C M Y K H S L
Decimal 112 24 62 0 0.79 0.45 0.56 334.09 0.65 0.27
Hex 70 18 3E 0 4F 2D 38 14E 41 1B
Octal 160 30 76 0 117 55 70 516 101 33
Binary 1110000 11000 111110 0 1001111 101101 111000 101001110 1000001 11011

Color Harmonies of #70183E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70183E

Black with #70183E

Text Example


Text Example

White with #70183E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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