Html Css Color HEX #731617 Red Berry

📋 copy color: '#731617'

red 115 ◦ green 22 ◦ blue 23

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

Shades of Red Berry #731617

Tints of Red Berry #731617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.75%

 BLUE value IS 23 (9.38% from 255) = 14.38%

R = 71.88%
G = 13.75%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#731617 (or 0x731617) is known color: Red Berry. HEX triplet: 73, 16 and 17. RGB value is (115,22,23). Sum of RGB (Red+Green+Blue) = 115+22+23=160 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.88% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 115 - color contains mainly: red. Hex color #731617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731617 is #8CE9E8. Grayscale: #323232. Windows color (decimal): -9234921 or 1513075. OLE color: 1513075.

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

Color convert

RGB 115 22 23 -
CMYK 0 0.81 0.80 0.55
HSL 359.35º 0.68% 0.27% -
HSV(B) 359.35º 0.81% 0.45% -
XYZ 7.51 4.28 1.24 -
YUV 49.92 112.81 174.42 -
System Red Green Blue C M Y K H S L
Decimal 115 22 23 0 0.81 0.80 0.55 359.35 0.68 0.27
Hex 73 16 17 0 51 50 37 167 44 1B
Octal 163 26 27 0 121 120 67 547 104 33
Binary 1110011 10110 10111 0 1010001 1010000 110111 101100111 1000100 11011

Color Harmonies of #731617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731617

Black with #731617

Text Example


Text Example

White with #731617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731617; }

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

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

background-color css

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

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

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

border-color css

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

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

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