Html Css Color HEX #721238 Pompadour

📋 copy color: '#721238'

red 114 ◦ green 18 ◦ blue 56

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

Shades of Pompadour #721238

Tints of Pompadour #721238

RGB

 RED value IS 114 (44.92% from 255) = 60.64%

 GREEN value IS 18 (7.42% from 255) = 9.57%

 BLUE value IS 56 (22.27% from 255) = 29.79%

R = 60.64%
G = 9.57%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#721238 (or 0x721238) is known color: Pompadour. HEX triplet: 72, 12 and 38. RGB value is (114,18,56). Sum of RGB (Red+Green+Blue) = 114+18+56=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #721238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721238 is #8DEDC7. Grayscale: #323232. Windows color (decimal): -9301448 or 3674738. OLE color: 3674738.

HSL color Cylindrical-coordinate representation of color #721238: hue angle of 336.25º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721238 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 18 56 -
CMYK 0 0.84 0.51 0.55
HSL 336.25º 0.73% 0.26% -
HSV(B) 336.25º 0.84% 0.45% -
XYZ 7.87 4.3 4.16 -
YUV 51.04 130.8 172.91 -
System Red Green Blue C M Y K H S L
Decimal 114 18 56 0 0.84 0.51 0.55 336.25 0.73 0.26
Hex 72 12 38 0 54 33 37 150 49 1A
Octal 162 22 70 0 124 63 67 520 111 32
Binary 1110010 10010 111000 0 1010100 110011 110111 101010000 1001001 11010

Color Harmonies of #721238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721238

Black with #721238

Text Example


Text Example

White with #721238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721238; }

 p { color: rgb(114,18,56); }

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

background-color css

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

 a { background-color: rgb(114,18,56); }

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

border-color css

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

 span { border-color: rgb(114,18,56); }

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