Html Css Color HEX #731019 Red Berry

📋 copy color: '#731019'

red 115 ◦ green 16 ◦ blue 25

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

Shades of Red Berry #731019

Tints of Red Berry #731019

RGB

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

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

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

R = 73.72%
G = 10.26%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#731019 (or 0x731019) is known color: Red Berry. HEX triplet: 73, 10 and 19. RGB value is (115,16,25). Sum of RGB (Red+Green+Blue) = 115+16+25=156 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.72% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 115 - color contains mainly: red. Hex color #731019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731019 is #8CEFE6. Grayscale: #2E2E2E. Windows color (decimal): -9236455 or 1642611. OLE color: 1642611.

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

Color convert

RGB 115 16 25 -
CMYK 0 0.86 0.78 0.55
HSL 354.55º 0.76% 0.26% -
HSV(B) 354.55º 0.86% 0.45% -
XYZ 7.43 4.09 1.32 -
YUV 46.63 115.8 176.77 -
System Red Green Blue C M Y K H S L
Decimal 115 16 25 0 0.86 0.78 0.55 354.55 0.76 0.26
Hex 73 10 19 0 56 4E 37 163 4C 1A
Octal 163 20 31 0 126 116 67 543 114 32
Binary 1110011 10000 11001 0 1010110 1001110 110111 101100011 1001100 11010

Color Harmonies of #731019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731019

Black with #731019

Text Example


Text Example

White with #731019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731019; }

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

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

background-color css

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

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

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

border-color css

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

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

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