Html Css Color HEX #70254B Pompadour

📋 copy color: '#70254B'

red 112 ◦ green 37 ◦ blue 75

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

Shades of Pompadour #70254B

Tints of Pompadour #70254B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.52%

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

R = 50%
G = 16.52%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#70254B (or 0x70254B) is known color: Pompadour. HEX triplet: 70, 25 and 4B. RGB value is (112,37,75). Sum of RGB (Red+Green+Blue) = 112+37+75=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70254B is #8FDAB4. Grayscale: #3F3F3F. Windows color (decimal): -9427637 or 4924784. OLE color: 4924784.

HSL color Cylindrical-coordinate representation of color #70254B: hue angle of 329.6º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70254B is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 37 75 -
CMYK 0 0.67 0.33 0.56
HSL 329.6º 0.5% 0.29% -
HSV(B) 329.6º 0.67% 0.44% -
XYZ 8.61 5.28 7.22 -
YUV 63.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 112 37 75 0 0.67 0.33 0.56 329.6 0.5 0.29
Hex 70 25 4B 0 43 21 38 14A 32 1D
Octal 160 45 113 0 103 41 70 512 62 35
Binary 1110000 100101 1001011 0 1000011 100001 111000 101001010 110010 11101

Color Harmonies of #70254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70254B

Black with #70254B

Text Example


Text Example

White with #70254B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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