Html Css Color HEX #70244B Pompadour

📋 copy color: '#70244B'

red 112 ◦ green 36 ◦ blue 75

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

Shades of Pompadour #70244B

Tints of Pompadour #70244B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.63%

R = 50.22%
G = 16.14%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#70244B (or 0x70244B) is known color: Pompadour. HEX triplet: 70, 24 and 4B. RGB value is (112,36,75). Sum of RGB (Red+Green+Blue) = 112+36+75=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70244B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70244B is #8FDBB4. Grayscale: #3F3F3F. Windows color (decimal): -9427893 or 4924528. OLE color: 4924528.

HSL color Cylindrical-coordinate representation of color #70244B: hue angle of 329.21º 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 #70244B is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 36 75 -
CMYK 0 0.68 0.33 0.56
HSL 329.21º 0.51% 0.29% -
HSV(B) 329.21º 0.68% 0.44% -
XYZ 8.58 5.21 7.21 -
YUV 63.17 134.68 162.83 -
System Red Green Blue C M Y K H S L
Decimal 112 36 75 0 0.68 0.33 0.56 329.21 0.51 0.29
Hex 70 24 4B 0 44 21 38 149 33 1D
Octal 160 44 113 0 104 41 70 511 63 35
Binary 1110000 100100 1001011 0 1000100 100001 111000 101001001 110011 11101

Color Harmonies of #70244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70244B

Black with #70244B

Text Example


Text Example

White with #70244B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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