Html Css Color HEX #731113 Red Berry

📋 copy color: '#731113'

red 115 ◦ green 17 ◦ blue 19

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

Shades of Red Berry #731113

Tints of Red Berry #731113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.26%

 BLUE value IS 19 (7.81% from 255) = 12.58%

R = 76.16%
G = 11.26%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#731113 (or 0x731113) is known color: Red Berry. HEX triplet: 73, 11 and 13. RGB value is (115,17,19). Sum of RGB (Red+Green+Blue) = 115+17+19=151 (20% of max value = 765). Red value is 115 (45.31% from 255 or 76.16% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 115 - color contains mainly: red. Hex color #731113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731113 is #8CEEEC. Grayscale: #2E2E2E. Windows color (decimal): -9236205 or 1249651. OLE color: 1249651.

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

Color convert

RGB 115 17 19 -
CMYK 0 0.85 0.83 0.55
HSL 358.78º 0.74% 0.26% -
HSV(B) 358.78º 0.85% 0.45% -
XYZ 7.39 4.09 1.02 -
YUV 46.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 115 17 19 0 0.85 0.83 0.55 358.78 0.74 0.26
Hex 73 11 13 0 55 53 37 167 4A 1A
Octal 163 21 23 0 125 123 67 547 112 32
Binary 1110011 10001 10011 0 1010101 1010011 110111 101100111 1001010 11010

Color Harmonies of #731113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731113

Black with #731113

Text Example


Text Example

White with #731113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731113; }

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

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

background-color css

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

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

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

border-color css

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

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

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