Html Css Color HEX #702348 Pompadour

📋 copy color: '#702348'

red 112 ◦ green 35 ◦ blue 72

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

Shades of Pompadour #702348

Tints of Pompadour #702348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.88%

R = 51.14%
G = 15.98%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#702348 (or 0x702348) is known color: Pompadour. HEX triplet: 70, 23 and 48. RGB value is (112,35,72). Sum of RGB (Red+Green+Blue) = 112+35+72=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #702348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702348 is #8FDCB7. Grayscale: #3E3E3E. Windows color (decimal): -9428152 or 4727664. OLE color: 4727664.

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

Color convert

RGB 112 35 72 -
CMYK 0 0.69 0.36 0.56
HSL 331.17º 0.52% 0.29% -
HSV(B) 331.17º 0.69% 0.44% -
XYZ 8.45 5.11 6.67 -
YUV 62.24 133.51 163.49 -
System Red Green Blue C M Y K H S L
Decimal 112 35 72 0 0.69 0.36 0.56 331.17 0.52 0.29
Hex 70 23 48 0 45 24 38 14B 34 1D
Octal 160 43 110 0 105 44 70 513 64 35
Binary 1110000 100011 1001000 0 1000101 100100 111000 101001011 110100 11101

Color Harmonies of #702348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702348

Black with #702348

Text Example


Text Example

White with #702348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702348; }

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

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

background-color css

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

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

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

border-color css

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

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

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