Html Css Color HEX #702652 Pompadour

📋 copy color: '#702652'

red 112 ◦ green 38 ◦ blue 82

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

Shades of Pompadour #702652

Tints of Pompadour #702652

RGB

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

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

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

R = 48.28%
G = 16.38%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#702652 (or 0x702652) is known color: Pompadour. HEX triplet: 70, 26 and 52. RGB value is (112,38,82). Sum of RGB (Red+Green+Blue) = 112+38+82=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #702652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702652 is #8FD9AD. Grayscale: #414141. Windows color (decimal): -9427374 or 5383792. OLE color: 5383792.

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

Color convert

RGB 112 38 82 -
CMYK 0 0.66 0.27 0.56
HSL 324.32º 0.49% 0.29% -
HSV(B) 324.32º 0.66% 0.44% -
XYZ 8.9 5.44 8.56 -
YUV 65.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 112 38 82 0 0.66 0.27 0.56 324.32 0.49 0.29
Hex 70 26 52 0 42 1B 38 144 31 1D
Octal 160 46 122 0 102 33 70 504 61 35
Binary 1110000 100110 1010010 0 1000010 11011 111000 101000100 110001 11101

Color Harmonies of #702652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702652

Black with #702652

Text Example


Text Example

White with #702652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702652; }

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

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

background-color css

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

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

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

border-color css

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

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

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