Html Css Color HEX #731017 Red Berry

📋 copy color: '#731017'

red 115 ◦ green 16 ◦ blue 23

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

Shades of Red Berry #731017

Tints of Red Berry #731017

RGB

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

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

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

R = 74.68%
G = 10.39%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#731017 (or 0x731017) is known color: Red Berry. HEX triplet: 73, 10 and 17. RGB value is (115,16,23). Sum of RGB (Red+Green+Blue) = 115+16+23=154 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.68% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 115 - color contains mainly: red. Hex color #731017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731017 is #8CEFE8. Grayscale: #2E2E2E. Windows color (decimal): -9236457 or 1511539. OLE color: 1511539.

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

Color convert

RGB 115 16 23 -
CMYK 0 0.86 0.80 0.55
HSL 355.76º 0.76% 0.26% -
HSV(B) 355.76º 0.86% 0.45% -
XYZ 7.41 4.08 1.21 -
YUV 46.4 114.8 176.93 -
System Red Green Blue C M Y K H S L
Decimal 115 16 23 0 0.86 0.80 0.55 355.76 0.76 0.26
Hex 73 10 17 0 56 50 37 164 4C 1A
Octal 163 20 27 0 126 120 67 544 114 32
Binary 1110011 10000 10111 0 1010110 1010000 110111 101100100 1001100 11010

Color Harmonies of #731017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731017

Black with #731017

Text Example


Text Example

White with #731017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731017; }

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

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

background-color css

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

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

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

border-color css

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

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

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