Html Css Color HEX #731619 Red Berry

📋 copy color: '#731619'

red 115 ◦ green 22 ◦ blue 25

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

Shades of Red Berry #731619

Tints of Red Berry #731619

RGB

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

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

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

R = 70.99%
G = 13.58%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#731619 (or 0x731619) is known color: Red Berry. HEX triplet: 73, 16 and 19. RGB value is (115,22,25). Sum of RGB (Red+Green+Blue) = 115+22+25=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #731619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731619 is #8CE9E6. Grayscale: #323232. Windows color (decimal): -9234919 or 1644147. OLE color: 1644147.

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

Color convert

RGB 115 22 25 -
CMYK 0 0.81 0.78 0.55
HSL 358.06º 0.68% 0.27% -
HSV(B) 358.06º 0.81% 0.45% -
XYZ 7.53 4.29 1.35 -
YUV 50.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 115 22 25 0 0.81 0.78 0.55 358.06 0.68 0.27
Hex 73 16 19 0 51 4E 37 166 44 1B
Octal 163 26 31 0 121 116 67 546 104 33
Binary 1110011 10110 11001 0 1010001 1001110 110111 101100110 1000100 11011

Color Harmonies of #731619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731619

Black with #731619

Text Example


Text Example

White with #731619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731619; }

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

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

background-color css

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

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

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

border-color css

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

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

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