Html Css Color HEX #731316 Red Berry

📋 copy color: '#731316'

red 115 ◦ green 19 ◦ blue 22

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

Shades of Red Berry #731316

Tints of Red Berry #731316

RGB

 RED value IS 115 (45.31% from 255) = 73.72%

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

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

R = 73.72%
G = 12.18%
B = 14.1%

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

#731316 (or 0x731316) is known color: Red Berry. HEX triplet: 73, 13 and 16. RGB value is (115,19,22). Sum of RGB (Red+Green+Blue) = 115+19+22=156 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.72% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 115 - color contains mainly: red. Hex color #731316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731316 is #8CECE9. Grayscale: #303030. Windows color (decimal): -9235690 or 1446771. OLE color: 1446771.

HSL color Cylindrical-coordinate representation of color #731316: hue angle of 358.12º degrees, saturation: 0.72, 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 #731316 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 19 22 -
CMYK 0 0.83 0.81 0.55
HSL 358.13º 0.72% 0.26% -
HSV(B) 358.13º 0.83% 0.45% -
XYZ 7.45 4.17 1.17 -
YUV 48.05 113.3 175.76 -
System Red Green Blue C M Y K H S L
Decimal 115 19 22 0 0.83 0.81 0.55 358.13 0.72 0.26
Hex 73 13 16 0 53 51 37 166 48 1A
Octal 163 23 26 0 123 121 67 546 110 32
Binary 1110011 10011 10110 0 1010011 1010001 110111 101100110 1001000 11010

Color Harmonies of #731316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731316

Black with #731316

Text Example


Text Example

White with #731316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731316; }

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

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

background-color css

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

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

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

border-color css

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

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

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