Html Css Color HEX #70264C Pompadour

📋 copy color: '#70264C'

red 112 ◦ green 38 ◦ blue 76

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

Shades of Pompadour #70264C

Tints of Pompadour #70264C

RGB

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

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

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

R = 49.56%
G = 16.81%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#70264C (or 0x70264C) is known color: Pompadour. HEX triplet: 70, 26 and 4C. RGB value is (112,38,76). Sum of RGB (Red+Green+Blue) = 112+38+76=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70264C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70264C is #8FD9B3. Grayscale: #404040. Windows color (decimal): -9427380 or 4990576. OLE color: 4990576.

HSL color Cylindrical-coordinate representation of color #70264C: hue angle of 329.19º 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 #70264C is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 38 76 -
CMYK 0 0.66 0.32 0.56
HSL 329.19º 0.49% 0.29% -
HSV(B) 329.19º 0.66% 0.44% -
XYZ 8.68 5.35 7.41 -
YUV 64.46 134.52 161.91 -
System Red Green Blue C M Y K H S L
Decimal 112 38 76 0 0.66 0.32 0.56 329.19 0.49 0.29
Hex 70 26 4C 0 42 20 38 149 31 1D
Octal 160 46 114 0 102 40 70 511 61 35
Binary 1110000 100110 1001100 0 1000010 100000 111000 101001001 110001 11101

Color Harmonies of #70264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70264C

Black with #70264C

Text Example


Text Example

White with #70264C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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