Html Css Color HEX #70123D Pompadour

📋 copy color: '#70123D'

red 112 ◦ green 18 ◦ blue 61

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

Shades of Pompadour #70123D

Tints of Pompadour #70123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 31.94%

R = 58.64%
G = 9.42%
B = 31.94%

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

#70123D (or 0x70123D) is known color: Pompadour. HEX triplet: 70, 12 and 3D. RGB value is (112,18,61). Sum of RGB (Red+Green+Blue) = 112+18+61=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #70123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70123D is #8FEDC2. Grayscale: #323232. Windows color (decimal): -9432515 or 4002416. OLE color: 4002416.

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

Color convert

RGB 112 18 61 -
CMYK 0 0.84 0.46 0.56
HSL 332.55º 0.72% 0.25% -
HSV(B) 332.55º 0.84% 0.44% -
XYZ 7.74 4.21 4.82 -
YUV 51.01 133.64 171.5 -
System Red Green Blue C M Y K H S L
Decimal 112 18 61 0 0.84 0.46 0.56 332.55 0.72 0.25
Hex 70 12 3D 0 54 2E 38 14D 48 19
Octal 160 22 75 0 124 56 70 515 110 31
Binary 1110000 10010 111101 0 1010100 101110 111000 101001101 1001000 11001

Color Harmonies of #70123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70123D

Black with #70123D

Text Example


Text Example

White with #70123D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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