Html Css Color HEX #702546 Pompadour

📋 copy color: '#702546'

red 112 ◦ green 37 ◦ blue 70

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

Shades of Pompadour #702546

Tints of Pompadour #702546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 31.96%

R = 51.14%
G = 16.89%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#702546 (or 0x702546) is known color: Pompadour. HEX triplet: 70, 25 and 46. RGB value is (112,37,70). Sum of RGB (Red+Green+Blue) = 112+37+70=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #702546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702546 is #8FDAB9. Grayscale: #3F3F3F. Windows color (decimal): -9427642 or 4597104. OLE color: 4597104.

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

Color convert

RGB 112 37 70 -
CMYK 0 0.67 0.38 0.56
HSL 333.6º 0.5% 0.29% -
HSV(B) 333.6º 0.67% 0.44% -
XYZ 8.45 5.21 6.35 -
YUV 63.19 131.85 162.82 -
System Red Green Blue C M Y K H S L
Decimal 112 37 70 0 0.67 0.38 0.56 333.6 0.5 0.29
Hex 70 25 46 0 43 26 38 14E 32 1D
Octal 160 45 106 0 103 46 70 516 62 35
Binary 1110000 100101 1000110 0 1000011 100110 111000 101001110 110010 11101

Color Harmonies of #702546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702546

Black with #702546

Text Example


Text Example

White with #702546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702546; }

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

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

background-color css

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

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

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

border-color css

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

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

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