Html Css Color HEX #702347 Pompadour

📋 copy color: '#702347'

red 112 ◦ green 35 ◦ blue 71

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

Shades of Pompadour #702347

Tints of Pompadour #702347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 32.57%

R = 51.38%
G = 16.06%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#702347 (or 0x702347) is known color: Pompadour. HEX triplet: 70, 23 and 47. RGB value is (112,35,71). Sum of RGB (Red+Green+Blue) = 112+35+71=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #702347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702347 is #8FDCB8. Grayscale: #3E3E3E. Windows color (decimal): -9428153 or 4662128. OLE color: 4662128.

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

Color convert

RGB 112 35 71 -
CMYK 0 0.69 0.37 0.56
HSL 331.95º 0.52% 0.29% -
HSV(B) 331.95º 0.69% 0.44% -
XYZ 8.42 5.1 6.5 -
YUV 62.13 133.01 163.57 -
System Red Green Blue C M Y K H S L
Decimal 112 35 71 0 0.69 0.37 0.56 331.95 0.52 0.29
Hex 70 23 47 0 45 25 38 14C 34 1D
Octal 160 43 107 0 105 45 70 514 64 35
Binary 1110000 100011 1000111 0 1000101 100101 111000 101001100 110100 11101

Color Harmonies of #702347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702347

Black with #702347

Text Example


Text Example

White with #702347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702347; }

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

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

background-color css

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

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

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

border-color css

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

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

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