Html Css Color HEX #702448 Pompadour

📋 copy color: '#702448'

red 112 ◦ green 36 ◦ blue 72

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

Shades of Pompadour #702448

Tints of Pompadour #702448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.36%

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

R = 50.91%
G = 16.36%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#702448 (or 0x702448) is known color: Pompadour. HEX triplet: 70, 24 and 48. RGB value is (112,36,72). Sum of RGB (Red+Green+Blue) = 112+36+72=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #702448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702448 is #8FDBB7. Grayscale: #3E3E3E. Windows color (decimal): -9427896 or 4727920. OLE color: 4727920.

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

Color convert

RGB 112 36 72 -
CMYK 0 0.68 0.36 0.56
HSL 331.58º 0.51% 0.29% -
HSV(B) 331.58º 0.68% 0.44% -
XYZ 8.48 5.17 6.68 -
YUV 62.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 112 36 72 0 0.68 0.36 0.56 331.58 0.51 0.29
Hex 70 24 48 0 44 24 38 14C 33 1D
Octal 160 44 110 0 104 44 70 514 63 35
Binary 1110000 100100 1001000 0 1000100 100100 111000 101001100 110011 11101

Color Harmonies of #702448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702448

Black with #702448

Text Example


Text Example

White with #702448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702448; }

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

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

background-color css

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

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

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

border-color css

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

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

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