Html Css Color HEX #712448 Pompadour

📋 copy color: '#712448'

red 113 ◦ green 36 ◦ blue 72

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

Shades of Pompadour #712448

Tints of Pompadour #712448

RGB

 RED value IS 113 (44.53% from 255) = 51.13%

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

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

R = 51.13%
G = 16.29%
B = 32.58%

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

#712448 (or 0x712448) is known color: Pompadour. HEX triplet: 71, 24 and 48. RGB value is (113,36,72). Sum of RGB (Red+Green+Blue) = 113+36+72=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #712448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712448 is #8EDBB7. Grayscale: #3F3F3F. Windows color (decimal): -9362360 or 4727921. OLE color: 4727921.

HSL color Cylindrical-coordinate representation of color #712448: 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.68%. Process color model (Four color, CMYK) of #712448 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 36 72 -
CMYK 0 0.68 0.36 0.56
HSL 331.95º 0.52% 0.29% -
HSV(B) 331.95º 0.68% 0.44% -
XYZ 8.61 5.24 6.69 -
YUV 63.13 133.01 163.57 -
System Red Green Blue C M Y K H S L
Decimal 113 36 72 0 0.68 0.36 0.56 331.95 0.52 0.29
Hex 71 24 48 0 44 24 38 14C 34 1D
Octal 161 44 110 0 104 44 70 514 64 35
Binary 1110001 100100 1001000 0 1000100 100100 111000 101001100 110100 11101

Color Harmonies of #712448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712448

Black with #712448

Text Example


Text Example

White with #712448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712448; }

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

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

background-color css

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

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

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

border-color css

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

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

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