Html Css Color HEX #702250 Pompadour

📋 copy color: '#702250'

red 112 ◦ green 34 ◦ blue 80

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

Shades of Pompadour #702250

Tints of Pompadour #702250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.4%

R = 49.56%
G = 15.04%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#702250 (or 0x702250) is known color: Pompadour. HEX triplet: 70, 22 and 50. RGB value is (112,34,80). Sum of RGB (Red+Green+Blue) = 112+34+80=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #702250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702250 is #8FDDAF. Grayscale: #3E3E3E. Windows color (decimal): -9428400 or 5251696. OLE color: 5251696.

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

Color convert

RGB 112 34 80 -
CMYK 0 0.70 0.29 0.56
HSL 324.62º 0.53% 0.29% -
HSV(B) 324.62º 0.7% 0.44% -
XYZ 8.7 5.17 8.13 -
YUV 62.57 137.84 163.26 -
System Red Green Blue C M Y K H S L
Decimal 112 34 80 0 0.70 0.29 0.56 324.62 0.53 0.29
Hex 70 22 50 0 46 1D 38 145 35 1D
Octal 160 42 120 0 106 35 70 505 65 35
Binary 1110000 100010 1010000 0 1000110 11101 111000 101000101 110101 11101

Color Harmonies of #702250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702250

Black with #702250

Text Example


Text Example

White with #702250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702250; }

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

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

background-color css

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

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

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

border-color css

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

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

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