Html Css Color HEX #702252 Pompadour

📋 copy color: '#702252'

red 112 ◦ green 34 ◦ blue 82

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

Shades of Pompadour #702252

Tints of Pompadour #702252

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.91%

 BLUE value IS 82 (32.42% from 255) = 35.96%

R = 49.12%
G = 14.91%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#702252 (or 0x702252) is known color: Pompadour. HEX triplet: 70, 22 and 52. RGB value is (112,34,82). Sum of RGB (Red+Green+Blue) = 112+34+82=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #702252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702252 is #8FDDAD. Grayscale: #3E3E3E. Windows color (decimal): -9428398 or 5382768. OLE color: 5382768.

HSL color Cylindrical-coordinate representation of color #702252: hue angle of 323.08º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #702252 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 34 82 -
CMYK 0 0.70 0.27 0.56
HSL 323.08º 0.53% 0.29% -
HSV(B) 323.08º 0.7% 0.44% -
XYZ 8.78 5.2 8.52 -
YUV 62.79 138.84 163.1 -
System Red Green Blue C M Y K H S L
Decimal 112 34 82 0 0.70 0.27 0.56 323.08 0.53 0.29
Hex 70 22 52 0 46 1B 38 143 35 1D
Octal 160 42 122 0 106 33 70 503 65 35
Binary 1110000 100010 1010010 0 1000110 11011 111000 101000011 110101 11101

Color Harmonies of #702252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702252

Black with #702252

Text Example


Text Example

White with #702252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702252; }

 p { color: rgb(112,34,82); }

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

background-color css

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

 a { background-color: rgb(112,34,82); }

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

border-color css

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

 span { border-color: rgb(112,34,82); }

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