Html Css Color HEX #731217 Red Berry

📋 copy color: '#731217'

red 115 ◦ green 18 ◦ blue 23

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

Shades of Red Berry #731217

Tints of Red Berry #731217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.54%

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

R = 73.72%
G = 11.54%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#731217 (or 0x731217) is known color: Red Berry. HEX triplet: 73, 12 and 17. RGB value is (115,18,23). Sum of RGB (Red+Green+Blue) = 115+18+23=156 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.72% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 115 - color contains mainly: red. Hex color #731217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731217 is #8CEDE8. Grayscale: #2F2F2F. Windows color (decimal): -9235945 or 1512051. OLE color: 1512051.

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

Color convert

RGB 115 18 23 -
CMYK 0 0.84 0.80 0.55
HSL 356.91º 0.73% 0.26% -
HSV(B) 356.91º 0.84% 0.45% -
XYZ 7.44 4.14 1.22 -
YUV 47.57 114.14 176.09 -
System Red Green Blue C M Y K H S L
Decimal 115 18 23 0 0.84 0.80 0.55 356.91 0.73 0.26
Hex 73 12 17 0 54 50 37 165 49 1A
Octal 163 22 27 0 124 120 67 545 111 32
Binary 1110011 10010 10111 0 1010100 1010000 110111 101100101 1001001 11010

Color Harmonies of #731217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731217

Black with #731217

Text Example


Text Example

White with #731217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731217; }

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

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

background-color css

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

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

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

border-color css

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

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

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