Html Css Color HEX #70264E Pompadour

📋 copy color: '#70264E'

red 112 ◦ green 38 ◦ blue 78

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

Shades of Pompadour #70264E

Tints of Pompadour #70264E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.67%

 BLUE value IS 78 (30.86% from 255) = 34.21%

R = 49.12%
G = 16.67%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#70264E (or 0x70264E) is known color: Pompadour. HEX triplet: 70, 26 and 4E. RGB value is (112,38,78). Sum of RGB (Red+Green+Blue) = 112+38+78=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70264E is #8FD9B1. Grayscale: #404040. Windows color (decimal): -9427378 or 5121648. OLE color: 5121648.

HSL color Cylindrical-coordinate representation of color #70264E: hue angle of 327.57º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70264E is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 38 78 -
CMYK 0 0.66 0.30 0.56
HSL 327.57º 0.49% 0.29% -
HSV(B) 327.57º 0.66% 0.44% -
XYZ 8.75 5.38 7.79 -
YUV 64.69 135.52 161.75 -
System Red Green Blue C M Y K H S L
Decimal 112 38 78 0 0.66 0.30 0.56 327.57 0.49 0.29
Hex 70 26 4E 0 42 1E 38 148 31 1D
Octal 160 46 116 0 102 36 70 510 61 35
Binary 1110000 100110 1001110 0 1000010 11110 111000 101001000 110001 11101

Color Harmonies of #70264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70264E

Black with #70264E

Text Example


Text Example

White with #70264E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70264E; }

 p { color: rgb(112,38,78); }

 H1.HeaderClassName
 {
   color: #70264E;
 }
 .AnyTagClassName
 {
   color: #70264E;
 }
</style>

background-color css

<style>
 a { background-color: #70264E; }

 a { background-color: rgb(112,38,78); }

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

border-color css

<style>
 span { border-color: #70264E; }

 span { border-color: rgb(112,38,78); }

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