Html Css Color HEX #702553 Pompadour

📋 copy color: '#702553'

red 112 ◦ green 37 ◦ blue 83

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

Shades of Pompadour #702553

Tints of Pompadour #702553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.95%

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

R = 48.28%
G = 15.95%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#702553 (or 0x702553) is known color: Pompadour. HEX triplet: 70, 25 and 53. RGB value is (112,37,83). Sum of RGB (Red+Green+Blue) = 112+37+83=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #702553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702553 is #8FDAAC. Grayscale: #404040. Windows color (decimal): -9427629 or 5449072. OLE color: 5449072.

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

Color convert

RGB 112 37 83 -
CMYK 0 0.67 0.26 0.56
HSL 323.2º 0.5% 0.29% -
HSV(B) 323.2º 0.67% 0.44% -
XYZ 8.9 5.39 8.76 -
YUV 64.67 138.35 161.76 -
System Red Green Blue C M Y K H S L
Decimal 112 37 83 0 0.67 0.26 0.56 323.2 0.5 0.29
Hex 70 25 53 0 43 1A 38 143 32 1D
Octal 160 45 123 0 103 32 70 503 62 35
Binary 1110000 100101 1010011 0 1000011 11010 111000 101000011 110010 11101

Color Harmonies of #702553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702553

Black with #702553

Text Example


Text Example

White with #702553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702553; }

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

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

background-color css

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

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

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

border-color css

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

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

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