Html Css Color HEX #721C3F Pompadour

📋 copy color: '#721C3F'

red 114 ◦ green 28 ◦ blue 63

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

Shades of Pompadour #721C3F

Tints of Pompadour #721C3F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.66%

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

R = 55.61%
G = 13.66%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#721C3F (or 0x721C3F) is known color: Pompadour. HEX triplet: 72, 1C and 3F. RGB value is (114,28,63). Sum of RGB (Red+Green+Blue) = 114+28+63=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #721C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721C3F is #8DE3C0. Grayscale: #393939. Windows color (decimal): -9298881 or 4136050. OLE color: 4136050.

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

Color convert

RGB 114 28 63 -
CMYK 0 0.75 0.45 0.55
HSL 335.58º 0.61% 0.28% -
HSV(B) 335.58º 0.75% 0.45% -
XYZ 8.25 4.77 5.19 -
YUV 57.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 114 28 63 0 0.75 0.45 0.55 335.58 0.61 0.28
Hex 72 1C 3F 0 4B 2D 37 150 3D 1C
Octal 162 34 77 0 113 55 67 520 75 34
Binary 1110010 11100 111111 0 1001011 101101 110111 101010000 111101 11100

Color Harmonies of #721C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721C3F

Black with #721C3F

Text Example


Text Example

White with #721C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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