Html Css Color HEX #70123F Pompadour

📋 copy color: '#70123F'

red 112 ◦ green 18 ◦ blue 63

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

Shades of Pompadour #70123F

Tints of Pompadour #70123F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.64%

R = 58.03%
G = 9.33%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#70123F (or 0x70123F) is known color: Pompadour. HEX triplet: 70, 12 and 3F. RGB value is (112,18,63). Sum of RGB (Red+Green+Blue) = 112+18+63=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #70123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70123F is #8FEDC0. Grayscale: #333333. Windows color (decimal): -9432513 or 4133488. OLE color: 4133488.

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

Color convert

RGB 112 18 63 -
CMYK 0 0.84 0.44 0.56
HSL 331.28º 0.72% 0.25% -
HSV(B) 331.28º 0.84% 0.44% -
XYZ 7.8 4.24 5.11 -
YUV 51.24 134.64 171.34 -
System Red Green Blue C M Y K H S L
Decimal 112 18 63 0 0.84 0.44 0.56 331.28 0.72 0.25
Hex 70 12 3F 0 54 2C 38 14B 48 19
Octal 160 22 77 0 124 54 70 513 110 31
Binary 1110000 10010 111111 0 1010100 101100 111000 101001011 1001000 11001

Color Harmonies of #70123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70123F

Black with #70123F

Text Example


Text Example

White with #70123F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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