Html Css Color HEX #70234A Pompadour

📋 copy color: '#70234A'

red 112 ◦ green 35 ◦ blue 74

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

Shades of Pompadour #70234A

Tints of Pompadour #70234A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.84%

 BLUE value IS 74 (29.3% from 255) = 33.48%

R = 50.68%
G = 15.84%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#70234A (or 0x70234A) is known color: Pompadour. HEX triplet: 70, 23 and 4A. RGB value is (112,35,74). Sum of RGB (Red+Green+Blue) = 112+35+74=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #70234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70234A is #8FDCB5. Grayscale: #3E3E3E. Windows color (decimal): -9428150 or 4858736. OLE color: 4858736.

HSL color Cylindrical-coordinate representation of color #70234A: hue angle of 329.61º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70234A is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 35 74 -
CMYK 0 0.69 0.34 0.56
HSL 329.61º 0.52% 0.29% -
HSV(B) 329.61º 0.69% 0.44% -
XYZ 8.52 5.14 7.02 -
YUV 62.47 134.51 163.33 -
System Red Green Blue C M Y K H S L
Decimal 112 35 74 0 0.69 0.34 0.56 329.61 0.52 0.29
Hex 70 23 4A 0 45 22 38 14A 34 1D
Octal 160 43 112 0 105 42 70 512 64 35
Binary 1110000 100011 1001010 0 1000101 100010 111000 101001010 110100 11101

Color Harmonies of #70234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70234A

Black with #70234A

Text Example


Text Example

White with #70234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70234A; }

 p { color: rgb(112,35,74); }

 H1.HeaderClassName
 {
   color: #70234A;
 }
 .AnyTagClassName
 {
   color: #70234A;
 }
</style>

background-color css

<style>
 a { background-color: #70234A; }

 a { background-color: rgb(112,35,74); }

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

border-color css

<style>
 span { border-color: #70234A; }

 span { border-color: rgb(112,35,74); }

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