Html Css Color HEX #720F20 Red Berry

📋 copy color: '#720F20'

red 114 ◦ green 15 ◦ blue 32

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

Shades of Red Berry #720F20

Tints of Red Berry #720F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.88%

R = 70.81%
G = 9.32%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#720F20 (or 0x720F20) is known color: Red Berry. HEX triplet: 72, 0F and 20. RGB value is (114,15,32). Sum of RGB (Red+Green+Blue) = 114+15+32=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #720F20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720F20 is #8DF0DF. Grayscale: #2E2E2E. Windows color (decimal): -9302240 or 2101106. OLE color: 2101106.

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

Color convert

RGB 114 15 32 -
CMYK 0 0.87 0.72 0.55
HSL 349.7º 0.77% 0.25% -
HSV(B) 349.7º 0.87% 0.45% -
XYZ 7.37 4.02 1.75 -
YUV 46.54 119.8 176.12 -
System Red Green Blue C M Y K H S L
Decimal 114 15 32 0 0.87 0.72 0.55 349.7 0.77 0.25
Hex 72 F 20 0 57 48 37 15E 4D 19
Octal 162 17 40 0 127 110 67 536 115 31
Binary 1110010 1111 100000 0 1010111 1001000 110111 101011110 1001101 11001

Color Harmonies of #720F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720F20

Black with #720F20

Text Example


Text Example

White with #720F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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