Html Css Color HEX #70123C Pompadour

📋 copy color: '#70123C'

red 112 ◦ green 18 ◦ blue 60

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

Shades of Pompadour #70123C

Tints of Pompadour #70123C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 31.58%

R = 58.95%
G = 9.47%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70123C (or 0x70123C) is known color: Pompadour. HEX triplet: 70, 12 and 3C. RGB value is (112,18,60). Sum of RGB (Red+Green+Blue) = 112+18+60=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #70123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70123C is #8FEDC3. Grayscale: #323232. Windows color (decimal): -9432516 or 3936880. OLE color: 3936880.

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

Color convert

RGB 112 18 60 -
CMYK 0 0.84 0.46 0.56
HSL 333.19º 0.72% 0.25% -
HSV(B) 333.19º 0.84% 0.44% -
XYZ 7.71 4.2 4.68 -
YUV 50.89 133.14 171.58 -
System Red Green Blue C M Y K H S L
Decimal 112 18 60 0 0.84 0.46 0.56 333.19 0.72 0.25
Hex 70 12 3C 0 54 2E 38 14D 48 19
Octal 160 22 74 0 124 56 70 515 110 31
Binary 1110000 10010 111100 0 1010100 101110 111000 101001101 1001000 11001

Color Harmonies of #70123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70123C

Black with #70123C

Text Example


Text Example

White with #70123C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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