Html Css Color HEX #702253 Pompadour

📋 copy color: '#702253'

red 112 ◦ green 34 ◦ blue 83

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

Shades of Pompadour #702253

Tints of Pompadour #702253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.24%

R = 48.91%
G = 14.85%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#702253 (or 0x702253) is known color: Pompadour. HEX triplet: 70, 22 and 53. RGB value is (112,34,83). Sum of RGB (Red+Green+Blue) = 112+34+83=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #702253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702253 is #8FDDAC. Grayscale: #3E3E3E. Windows color (decimal): -9428397 or 5448304. OLE color: 5448304.

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

Color convert

RGB 112 34 83 -
CMYK 0 0.70 0.26 0.56
HSL 322.31º 0.53% 0.29% -
HSV(B) 322.31º 0.7% 0.44% -
XYZ 8.82 5.21 8.73 -
YUV 62.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 112 34 83 0 0.70 0.26 0.56 322.31 0.53 0.29
Hex 70 22 53 0 46 1A 38 142 35 1D
Octal 160 42 123 0 106 32 70 502 65 35
Binary 1110000 100010 1010011 0 1000110 11010 111000 101000010 110101 11101

Color Harmonies of #702253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702253

Black with #702253

Text Example


Text Example

White with #702253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702253; }

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

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

background-color css

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

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

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

border-color css

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

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

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