Html Css Color HEX #731120 Red Berry

📋 copy color: '#731120'

red 115 ◦ green 17 ◦ blue 32

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

Shades of Red Berry #731120

Tints of Red Berry #731120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.37%

 BLUE value IS 32 (12.89% from 255) = 19.51%

R = 70.12%
G = 10.37%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#731120 (or 0x731120) is known color: Red Berry. HEX triplet: 73, 11 and 20. RGB value is (115,17,32). Sum of RGB (Red+Green+Blue) = 115+17+32=164 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.12% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 115 - color contains mainly: red. Hex color #731120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731120 is #8CEEDF. Grayscale: #303030. Windows color (decimal): -9236192 or 2101619. OLE color: 2101619.

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

Color convert

RGB 115 17 32 -
CMYK 0 0.85 0.72 0.55
HSL 350.82º 0.74% 0.26% -
HSV(B) 350.82º 0.85% 0.45% -
XYZ 7.53 4.15 1.77 -
YUV 48.01 118.97 175.78 -
System Red Green Blue C M Y K H S L
Decimal 115 17 32 0 0.85 0.72 0.55 350.82 0.74 0.26
Hex 73 11 20 0 55 48 37 15F 4A 1A
Octal 163 21 40 0 125 110 67 537 112 32
Binary 1110011 10001 100000 0 1010101 1001000 110111 101011111 1001010 11010

Color Harmonies of #731120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731120

Black with #731120

Text Example


Text Example

White with #731120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731120; }

 p { color: rgb(115,17,32); }

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

background-color css

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

 a { background-color: rgb(115,17,32); }

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

border-color css

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

 span { border-color: rgb(115,17,32); }

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