Html Css Color HEX #731011 Red Berry

📋 copy color: '#731011'

red 115 ◦ green 16 ◦ blue 17

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

Shades of Red Berry #731011

Tints of Red Berry #731011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.81%

 BLUE value IS 17 (7.03% from 255) = 11.49%

R = 77.7%
G = 10.81%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#731011 (or 0x731011) is known color: Red Berry. HEX triplet: 73, 10 and 11. RGB value is (115,16,17). Sum of RGB (Red+Green+Blue) = 115+16+17=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #731011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731011 is #8CEFEE. Grayscale: #2D2D2D. Windows color (decimal): -9236463 or 1118323. OLE color: 1118323.

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

Color convert

RGB 115 16 17 -
CMYK 0 0.86 0.85 0.55
HSL 359.39º 0.76% 0.26% -
HSV(B) 359.39º 0.86% 0.45% -
XYZ 7.36 4.06 0.93 -
YUV 45.72 111.8 177.42 -
System Red Green Blue C M Y K H S L
Decimal 115 16 17 0 0.86 0.85 0.55 359.39 0.76 0.26
Hex 73 10 11 0 56 55 37 167 4C 1A
Octal 163 20 21 0 126 125 67 547 114 32
Binary 1110011 10000 10001 0 1010110 1010101 110111 101100111 1001100 11010

Color Harmonies of #731011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731011

Black with #731011

Text Example


Text Example

White with #731011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731011; }

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

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

background-color css

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

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

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

border-color css

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

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

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