Html Css Color HEX #70143C Pompadour

📋 copy color: '#70143C'

red 112 ◦ green 20 ◦ blue 60

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

Shades of Pompadour #70143C

Tints of Pompadour #70143C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.42%

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

R = 58.33%
G = 10.42%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70143C (or 0x70143C) is known color: Pompadour. HEX triplet: 70, 14 and 3C. RGB value is (112,20,60). Sum of RGB (Red+Green+Blue) = 112+20+60=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #70143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70143C is #8FEBC3. Grayscale: #343434. Windows color (decimal): -9432004 or 3937392. OLE color: 3937392.

HSL color Cylindrical-coordinate representation of color #70143C: hue angle of 333.91º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70143C is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 20 60 -
CMYK 0 0.82 0.46 0.56
HSL 333.91º 0.7% 0.26% -
HSV(B) 333.91º 0.82% 0.44% -
XYZ 7.75 4.27 4.69 -
YUV 52.07 132.48 170.75 -
System Red Green Blue C M Y K H S L
Decimal 112 20 60 0 0.82 0.46 0.56 333.91 0.7 0.26
Hex 70 14 3C 0 52 2E 38 14E 46 1A
Octal 160 24 74 0 122 56 70 516 106 32
Binary 1110000 10100 111100 0 1010010 101110 111000 101001110 1000110 11010

Color Harmonies of #70143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70143C

Black with #70143C

Text Example


Text Example

White with #70143C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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