Html Css Color HEX #702651 Pompadour

📋 copy color: '#702651'

red 112 ◦ green 38 ◦ blue 81

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

Shades of Pompadour #702651

Tints of Pompadour #702651

RGB

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

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

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

R = 48.48%
G = 16.45%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#702651 (or 0x702651) is known color: Pompadour. HEX triplet: 70, 26 and 51. RGB value is (112,38,81). Sum of RGB (Red+Green+Blue) = 112+38+81=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #702651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702651 is #8FD9AE. Grayscale: #404040. Windows color (decimal): -9427375 or 5318256. OLE color: 5318256.

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

Color convert

RGB 112 38 81 -
CMYK 0 0.66 0.28 0.56
HSL 325.14º 0.49% 0.29% -
HSV(B) 325.14º 0.66% 0.44% -
XYZ 8.86 5.43 8.36 -
YUV 65.03 137.02 161.5 -
System Red Green Blue C M Y K H S L
Decimal 112 38 81 0 0.66 0.28 0.56 325.14 0.49 0.29
Hex 70 26 51 0 42 1C 38 145 31 1D
Octal 160 46 121 0 102 34 70 505 61 35
Binary 1110000 100110 1010001 0 1000010 11100 111000 101000101 110001 11101

Color Harmonies of #702651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702651

Black with #702651

Text Example


Text Example

White with #702651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702651; }

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

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

background-color css

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

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

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

border-color css

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

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

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