Html Css Color HEX #702353 Pompadour

📋 copy color: '#702353'

red 112 ◦ green 35 ◦ blue 83

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

Shades of Pompadour #702353

Tints of Pompadour #702353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.22%

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

R = 48.7%
G = 15.22%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#702353 (or 0x702353) is known color: Pompadour. HEX triplet: 70, 23 and 53. RGB value is (112,35,83). Sum of RGB (Red+Green+Blue) = 112+35+83=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #702353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702353 is #8FDCAC. Grayscale: #3F3F3F. Windows color (decimal): -9428141 or 5448560. OLE color: 5448560.

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

Color convert

RGB 112 35 83 -
CMYK 0 0.69 0.26 0.56
HSL 322.6º 0.52% 0.29% -
HSV(B) 322.6º 0.69% 0.44% -
XYZ 8.84 5.27 8.73 -
YUV 63.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 112 35 83 0 0.69 0.26 0.56 322.6 0.52 0.29
Hex 70 23 53 0 45 1A 38 143 34 1D
Octal 160 43 123 0 105 32 70 503 64 35
Binary 1110000 100011 1010011 0 1000101 11010 111000 101000011 110100 11101

Color Harmonies of #702353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702353

Black with #702353

Text Example


Text Example

White with #702353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702353; }

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

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

background-color css

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

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

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

border-color css

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

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

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