Html Css Color HEX #70244C Pompadour

📋 copy color: '#70244C'

red 112 ◦ green 36 ◦ blue 76

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

Shades of Pompadour #70244C

Tints of Pompadour #70244C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.07%

 BLUE value IS 76 (30.08% from 255) = 33.93%

R = 50%
G = 16.07%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#70244C (or 0x70244C) is known color: Pompadour. HEX triplet: 70, 24 and 4C. RGB value is (112,36,76). Sum of RGB (Red+Green+Blue) = 112+36+76=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70244C is #8FDBB3. Grayscale: #3F3F3F. Windows color (decimal): -9427892 or 4990064. OLE color: 4990064.

HSL color Cylindrical-coordinate representation of color #70244C: hue angle of 328.42º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70244C is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 36 76 -
CMYK 0 0.68 0.32 0.56
HSL 328.42º 0.51% 0.29% -
HSV(B) 328.42º 0.68% 0.44% -
XYZ 8.62 5.23 7.39 -
YUV 63.28 135.18 162.75 -
System Red Green Blue C M Y K H S L
Decimal 112 36 76 0 0.68 0.32 0.56 328.42 0.51 0.29
Hex 70 24 4C 0 44 20 38 148 33 1D
Octal 160 44 114 0 104 40 70 510 63 35
Binary 1110000 100100 1001100 0 1000100 100000 111000 101001000 110011 11101

Color Harmonies of #70244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70244C

Black with #70244C

Text Example


Text Example

White with #70244C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,36,76); }

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

background-color css

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

 a { background-color: rgb(112,36,76); }

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

border-color css

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

 span { border-color: rgb(112,36,76); }

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