Html Css Color HEX #702452 Pompadour

📋 copy color: '#702452'

red 112 ◦ green 36 ◦ blue 82

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

Shades of Pompadour #702452

Tints of Pompadour #702452

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.65%

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

R = 48.7%
G = 15.65%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#702452 (or 0x702452) is known color: Pompadour. HEX triplet: 70, 24 and 52. RGB value is (112,36,82). Sum of RGB (Red+Green+Blue) = 112+36+82=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #702452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702452 is #8FDBAD. Grayscale: #3F3F3F. Windows color (decimal): -9427886 or 5383280. OLE color: 5383280.

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

Color convert

RGB 112 36 82 -
CMYK 0 0.68 0.27 0.56
HSL 323.68º 0.51% 0.29% -
HSV(B) 323.68º 0.68% 0.44% -
XYZ 8.84 5.32 8.54 -
YUV 63.97 138.18 162.26 -
System Red Green Blue C M Y K H S L
Decimal 112 36 82 0 0.68 0.27 0.56 323.68 0.51 0.29
Hex 70 24 52 0 44 1B 38 144 33 1D
Octal 160 44 122 0 104 33 70 504 63 35
Binary 1110000 100100 1010010 0 1000100 11011 111000 101000100 110011 11101

Color Harmonies of #702452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702452

Black with #702452

Text Example


Text Example

White with #702452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702452; }

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

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

background-color css

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

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

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

border-color css

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

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

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