Html Css Color HEX #731220 Red Berry

📋 copy color: '#731220'

red 115 ◦ green 18 ◦ blue 32

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

Shades of Red Berry #731220

Tints of Red Berry #731220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.91%

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

R = 69.7%
G = 10.91%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#731220 (or 0x731220) is known color: Red Berry. HEX triplet: 73, 12 and 20. RGB value is (115,18,32). Sum of RGB (Red+Green+Blue) = 115+18+32=165 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.70% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 115 - color contains mainly: red. Hex color #731220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731220 is #8CEDDF. Grayscale: #303030. Windows color (decimal): -9235936 or 2101875. OLE color: 2101875.

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

Color convert

RGB 115 18 32 -
CMYK 0 0.84 0.72 0.55
HSL 351.34º 0.73% 0.26% -
HSV(B) 351.34º 0.84% 0.45% -
XYZ 7.55 4.18 1.78 -
YUV 48.6 118.64 175.36 -
System Red Green Blue C M Y K H S L
Decimal 115 18 32 0 0.84 0.72 0.55 351.34 0.73 0.26
Hex 73 12 20 0 54 48 37 15F 49 1A
Octal 163 22 40 0 124 110 67 537 111 32
Binary 1110011 10010 100000 0 1010100 1001000 110111 101011111 1001001 11010

Color Harmonies of #731220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731220

Black with #731220

Text Example


Text Example

White with #731220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731220; }

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

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

background-color css

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

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

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

border-color css

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

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

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