Html Css Color HEX #720F3C Pompadour

📋 copy color: '#720F3C'

red 114 ◦ green 15 ◦ blue 60

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

Shades of Pompadour #720F3C

Tints of Pompadour #720F3C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.94%

 BLUE value IS 60 (23.83% from 255) = 31.75%

R = 60.32%
G = 7.94%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#720F3C (or 0x720F3C) is known color: Pompadour. HEX triplet: 72, 0F and 3C. RGB value is (114,15,60). Sum of RGB (Red+Green+Blue) = 114+15+60=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #720F3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720F3C is #8DF0C3. Grayscale: #313131. Windows color (decimal): -9302212 or 3936114. OLE color: 3936114.

HSL color Cylindrical-coordinate representation of color #720F3C: hue angle of 332.73º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #720F3C is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 15 60 -
CMYK 0 0.87 0.47 0.55
HSL 332.73º 0.77% 0.25% -
HSV(B) 332.73º 0.87% 0.45% -
XYZ 7.93 4.25 4.68 -
YUV 49.73 133.8 173.84 -
System Red Green Blue C M Y K H S L
Decimal 114 15 60 0 0.87 0.47 0.55 332.73 0.77 0.25
Hex 72 F 3C 0 57 2F 37 14D 4D 19
Octal 162 17 74 0 127 57 67 515 115 31
Binary 1110010 1111 111100 0 1010111 101111 110111 101001101 1001101 11001

Color Harmonies of #720F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720F3C

Black with #720F3C

Text Example


Text Example

White with #720F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720F3C; }

 p { color: rgb(114,15,60); }

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

background-color css

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

 a { background-color: rgb(114,15,60); }

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

border-color css

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

 span { border-color: rgb(114,15,60); }

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