Html Css Color HEX #72203E Pompadour

📋 copy color: '#72203E'

red 114 ◦ green 32 ◦ blue 62

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

Shades of Pompadour #72203E

Tints of Pompadour #72203E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.38%

 BLUE value IS 62 (24.61% from 255) = 29.81%

R = 54.81%
G = 15.38%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72203E (or 0x72203E) is known color: Pompadour. HEX triplet: 72, 20 and 3E. RGB value is (114,32,62). Sum of RGB (Red+Green+Blue) = 114+32+62=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #72203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72203E is #8DDFC1. Grayscale: #3B3B3B. Windows color (decimal): -9297858 or 4071538. OLE color: 4071538.

HSL color Cylindrical-coordinate representation of color #72203E: hue angle of 338.05º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72203E is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 32 62 -
CMYK 0 0.72 0.46 0.55
HSL 338.05º 0.56% 0.29% -
HSV(B) 338.05º 0.72% 0.45% -
XYZ 8.33 4.96 5.08 -
YUV 59.94 129.17 166.56 -
System Red Green Blue C M Y K H S L
Decimal 114 32 62 0 0.72 0.46 0.55 338.05 0.56 0.29
Hex 72 20 3E 0 48 2E 37 152 38 1D
Octal 162 40 76 0 110 56 67 522 70 35
Binary 1110010 100000 111110 0 1001000 101110 110111 101010010 111000 11101

Color Harmonies of #72203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72203E

Black with #72203E

Text Example


Text Example

White with #72203E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72203E; }

 p { color: rgb(114,32,62); }

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

background-color css

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

 a { background-color: rgb(114,32,62); }

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

border-color css

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

 span { border-color: rgb(114,32,62); }

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