Html Css Color HEX #721038 Pompadour

📋 copy color: '#721038'

red 114 ◦ green 16 ◦ blue 56

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

Shades of Pompadour #721038

Tints of Pompadour #721038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.6%

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

R = 61.29%
G = 8.6%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#721038 (or 0x721038) is known color: Pompadour. HEX triplet: 72, 10 and 38. RGB value is (114,16,56). Sum of RGB (Red+Green+Blue) = 114+16+56=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #721038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721038 is #8DEFC7. Grayscale: #313131. Windows color (decimal): -9301960 or 3674226. OLE color: 3674226.

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

Color convert

RGB 114 16 56 -
CMYK 0 0.86 0.51 0.55
HSL 335.51º 0.75% 0.25% -
HSV(B) 335.51º 0.86% 0.45% -
XYZ 7.84 4.23 4.15 -
YUV 49.86 131.47 173.75 -
System Red Green Blue C M Y K H S L
Decimal 114 16 56 0 0.86 0.51 0.55 335.51 0.75 0.25
Hex 72 10 38 0 56 33 37 150 4B 19
Octal 162 20 70 0 126 63 67 520 113 31
Binary 1110010 10000 111000 0 1010110 110011 110111 101010000 1001011 11001

Color Harmonies of #721038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721038

Black with #721038

Text Example


Text Example

White with #721038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721038; }

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

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

background-color css

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

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

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

border-color css

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

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

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