Html Css Color HEX #70264D Pompadour

📋 copy color: '#70264D'

red 112 ◦ green 38 ◦ blue 77

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

Shades of Pompadour #70264D

Tints of Pompadour #70264D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.92%

R = 49.34%
G = 16.74%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#70264D (or 0x70264D) is known color: Pompadour. HEX triplet: 70, 26 and 4D. RGB value is (112,38,77). Sum of RGB (Red+Green+Blue) = 112+38+77=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70264D is #8FD9B2. Grayscale: #404040. Windows color (decimal): -9427379 or 5056112. OLE color: 5056112.

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

Color convert

RGB 112 38 77 -
CMYK 0 0.66 0.31 0.56
HSL 328.38º 0.49% 0.29% -
HSV(B) 328.38º 0.66% 0.44% -
XYZ 8.71 5.37 7.6 -
YUV 64.57 135.02 161.83 -
System Red Green Blue C M Y K H S L
Decimal 112 38 77 0 0.66 0.31 0.56 328.38 0.49 0.29
Hex 70 26 4D 0 42 1F 38 148 31 1D
Octal 160 46 115 0 102 37 70 510 61 35
Binary 1110000 100110 1001101 0 1000010 11111 111000 101001000 110001 11101

Color Harmonies of #70264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70264D

Black with #70264D

Text Example


Text Example

White with #70264D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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