Html Css Color HEX #721316 Red Berry

📋 copy color: '#721316'

red 114 ◦ green 19 ◦ blue 22

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

Shades of Red Berry #721316

Tints of Red Berry #721316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.26%

 BLUE value IS 22 (8.98% from 255) = 14.19%

R = 73.55%
G = 12.26%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#721316 (or 0x721316) is known color: Red Berry. HEX triplet: 72, 13 and 16. RGB value is (114,19,22). Sum of RGB (Red+Green+Blue) = 114+19+22=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #721316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721316 is #8DECE9. Grayscale: #2F2F2F. Windows color (decimal): -9301226 or 1446770. OLE color: 1446770.

HSL color Cylindrical-coordinate representation of color #721316: hue angle of 358.11º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #721316 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 19 22 -
CMYK 0 0.83 0.81 0.55
HSL 358.11º 0.71% 0.26% -
HSV(B) 358.11º 0.83% 0.45% -
XYZ 7.32 4.1 1.16 -
YUV 47.75 113.47 175.26 -
System Red Green Blue C M Y K H S L
Decimal 114 19 22 0 0.83 0.81 0.55 358.11 0.71 0.26
Hex 72 13 16 0 53 51 37 166 47 1A
Octal 162 23 26 0 123 121 67 546 107 32
Binary 1110010 10011 10110 0 1010011 1010001 110111 101100110 1000111 11010

Color Harmonies of #721316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721316

Black with #721316

Text Example


Text Example

White with #721316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721316; }

 p { color: rgb(114,19,22); }

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

background-color css

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

 a { background-color: rgb(114,19,22); }

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

border-color css

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

 span { border-color: rgb(114,19,22); }

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