Html Css Color HEX #702051 Pompadour

📋 copy color: '#702051'

red 112 ◦ green 32 ◦ blue 81

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

Shades of Pompadour #702051

Tints of Pompadour #702051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.22%

 BLUE value IS 81 (32.03% from 255) = 36%

R = 49.78%
G = 14.22%
B = 36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#702051 (or 0x702051) is known color: Pompadour. HEX triplet: 70, 20 and 51. RGB value is (112,32,81). Sum of RGB (Red+Green+Blue) = 112+32+81=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #702051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702051 is #8FDFAE. Grayscale: #3D3D3D. Windows color (decimal): -9428911 or 5316720. OLE color: 5316720.

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

Color convert

RGB 112 32 81 -
CMYK 0 0.71 0.28 0.56
HSL 323.25º 0.56% 0.28% -
HSV(B) 323.25º 0.71% 0.44% -
XYZ 8.68 5.07 8.31 -
YUV 61.51 139 164.02 -
System Red Green Blue C M Y K H S L
Decimal 112 32 81 0 0.71 0.28 0.56 323.25 0.56 0.28
Hex 70 20 51 0 47 1C 38 143 38 1C
Octal 160 40 121 0 107 34 70 503 70 34
Binary 1110000 100000 1010001 0 1000111 11100 111000 101000011 111000 11100

Color Harmonies of #702051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702051

Black with #702051

Text Example


Text Example

White with #702051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702051; }

 p { color: rgb(112,32,81); }

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

background-color css

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

 a { background-color: rgb(112,32,81); }

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

border-color css

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

 span { border-color: rgb(112,32,81); }

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