Html Css Color HEX #72203F Pompadour

📋 copy color: '#72203F'

red 114 ◦ green 32 ◦ blue 63

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

Shades of Pompadour #72203F

Tints of Pompadour #72203F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.14%

R = 54.55%
G = 15.31%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#72203F (or 0x72203F) is known color: Pompadour. HEX triplet: 72, 20 and 3F. RGB value is (114,32,63). Sum of RGB (Red+Green+Blue) = 114+32+63=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72203F is #8DDFC0. Grayscale: #3C3C3C. Windows color (decimal): -9297857 or 4137074. OLE color: 4137074.

HSL color Cylindrical-coordinate representation of color #72203F: hue angle of 337.32º 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 #72203F is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 32 63 -
CMYK 0 0.72 0.45 0.55
HSL 337.32º 0.56% 0.29% -
HSV(B) 337.32º 0.72% 0.45% -
XYZ 8.35 4.97 5.22 -
YUV 60.05 129.67 166.48 -
System Red Green Blue C M Y K H S L
Decimal 114 32 63 0 0.72 0.45 0.55 337.32 0.56 0.29
Hex 72 20 3F 0 48 2D 37 151 38 1D
Octal 162 40 77 0 110 55 67 521 70 35
Binary 1110010 100000 111111 0 1001000 101101 110111 101010001 111000 11101

Color Harmonies of #72203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72203F

Black with #72203F

Text Example


Text Example

White with #72203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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