Html Css Color HEX #731114 Red Berry

📋 copy color: '#731114'

red 115 ◦ green 17 ◦ blue 20

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

Shades of Red Berry #731114

Tints of Red Berry #731114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.16%

R = 75.66%
G = 11.18%
B = 13.16%

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

#731114 (or 0x731114) is known color: Red Berry. HEX triplet: 73, 11 and 14. RGB value is (115,17,20). Sum of RGB (Red+Green+Blue) = 115+17+20=152 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.66% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 115 - color contains mainly: red. Hex color #731114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731114 is #8CEEEB. Grayscale: #2E2E2E. Windows color (decimal): -9236204 or 1315187. OLE color: 1315187.

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

Color convert

RGB 115 17 20 -
CMYK 0 0.85 0.83 0.55
HSL 358.16º 0.74% 0.26% -
HSV(B) 358.16º 0.85% 0.45% -
XYZ 7.4 4.1 1.06 -
YUV 46.64 112.97 176.76 -
System Red Green Blue C M Y K H S L
Decimal 115 17 20 0 0.85 0.83 0.55 358.16 0.74 0.26
Hex 73 11 14 0 55 53 37 166 4A 1A
Octal 163 21 24 0 125 123 67 546 112 32
Binary 1110011 10001 10100 0 1010101 1010011 110111 101100110 1001010 11010

Color Harmonies of #731114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731114

Black with #731114

Text Example


Text Example

White with #731114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731114; }

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

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

background-color css

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

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

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

border-color css

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

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

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