Html Css Color HEX #731020 Red Berry

📋 copy color: '#731020'

red 115 ◦ green 16 ◦ blue 32

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

Shades of Red Berry #731020

Tints of Red Berry #731020

RGB

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

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

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

R = 70.55%
G = 9.82%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#731020 (or 0x731020) is known color: Red Berry. HEX triplet: 73, 10 and 20. RGB value is (115,16,32). Sum of RGB (Red+Green+Blue) = 115+16+32=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #731020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731020 is #8CEFDF. Grayscale: #2F2F2F. Windows color (decimal): -9236448 or 2101363. OLE color: 2101363.

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

Color convert

RGB 115 16 32 -
CMYK 0 0.86 0.72 0.55
HSL 350.3º 0.76% 0.26% -
HSV(B) 350.3º 0.86% 0.45% -
XYZ 7.52 4.12 1.77 -
YUV 47.43 119.3 176.2 -
System Red Green Blue C M Y K H S L
Decimal 115 16 32 0 0.86 0.72 0.55 350.3 0.76 0.26
Hex 73 10 20 0 56 48 37 15E 4C 1A
Octal 163 20 40 0 126 110 67 536 114 32
Binary 1110011 10000 100000 0 1010110 1001000 110111 101011110 1001100 11010

Color Harmonies of #731020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731020

Black with #731020

Text Example


Text Example

White with #731020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731020; }

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

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

background-color css

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

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

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

border-color css

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

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

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