Html Css Color HEX #731719 Red Berry

📋 copy color: '#731719'

red 115 ◦ green 23 ◦ blue 25

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

Shades of Red Berry #731719

Tints of Red Berry #731719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.11%

 BLUE value IS 25 (10.16% from 255) = 15.34%

R = 70.55%
G = 14.11%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#731719 (or 0x731719) is known color: Red Berry. HEX triplet: 73, 17 and 19. RGB value is (115,23,25). Sum of RGB (Red+Green+Blue) = 115+23+25=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #731719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731719 is #8CE8E6. Grayscale: #323232. Windows color (decimal): -9234663 or 1644403. OLE color: 1644403.

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

Color convert

RGB 115 23 25 -
CMYK 0 0.80 0.78 0.55
HSL 358.7º 0.67% 0.27% -
HSV(B) 358.7º 0.8% 0.45% -
XYZ 7.55 4.33 1.36 -
YUV 50.74 113.48 173.84 -
System Red Green Blue C M Y K H S L
Decimal 115 23 25 0 0.80 0.78 0.55 358.7 0.67 0.27
Hex 73 17 19 0 50 4E 37 167 43 1B
Octal 163 27 31 0 120 116 67 547 103 33
Binary 1110011 10111 11001 0 1010000 1001110 110111 101100111 1000011 11011

Color Harmonies of #731719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731719

Black with #731719

Text Example


Text Example

White with #731719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731719; }

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

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

background-color css

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

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

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

border-color css

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

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

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