Html Css Color HEX #721338 Pompadour

📋 copy color: '#721338'

red 114 ◦ green 19 ◦ blue 56

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

Shades of Pompadour #721338

Tints of Pompadour #721338

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.05%

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

R = 60.32%
G = 10.05%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#721338 (or 0x721338) is known color: Pompadour. HEX triplet: 72, 13 and 38. RGB value is (114,19,56). Sum of RGB (Red+Green+Blue) = 114+19+56=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #721338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721338 is #8DECC7. Grayscale: #333333. Windows color (decimal): -9301192 or 3674994. OLE color: 3674994.

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

Color convert

RGB 114 19 56 -
CMYK 0 0.83 0.51 0.55
HSL 336.63º 0.71% 0.26% -
HSV(B) 336.63º 0.83% 0.45% -
XYZ 7.89 4.33 4.16 -
YUV 51.62 130.47 172.49 -
System Red Green Blue C M Y K H S L
Decimal 114 19 56 0 0.83 0.51 0.55 336.63 0.71 0.26
Hex 72 13 38 0 53 33 37 151 47 1A
Octal 162 23 70 0 123 63 67 521 107 32
Binary 1110010 10011 111000 0 1010011 110011 110111 101010001 1000111 11010

Color Harmonies of #721338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721338

Black with #721338

Text Example


Text Example

White with #721338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721338; }

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

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

background-color css

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

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

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

border-color css

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

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

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