Html Css Color HEX #731520 Red Berry

📋 copy color: '#731520'

red 115 ◦ green 21 ◦ blue 32

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

Shades of Red Berry #731520

Tints of Red Berry #731520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.5%

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

R = 68.45%
G = 12.5%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#731520 (or 0x731520) is known color: Red Berry. HEX triplet: 73, 15 and 20. RGB value is (115,21,32). Sum of RGB (Red+Green+Blue) = 115+21+32=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #731520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731520 is #8CEADF. Grayscale: #323232. Windows color (decimal): -9235168 or 2102643. OLE color: 2102643.

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

Color convert

RGB 115 21 32 -
CMYK 0 0.82 0.72 0.55
HSL 352.98º 0.69% 0.27% -
HSV(B) 352.98º 0.82% 0.45% -
XYZ 7.6 4.29 1.79 -
YUV 50.36 117.64 174.11 -
System Red Green Blue C M Y K H S L
Decimal 115 21 32 0 0.82 0.72 0.55 352.98 0.69 0.27
Hex 73 15 20 0 52 48 37 161 45 1B
Octal 163 25 40 0 122 110 67 541 105 33
Binary 1110011 10101 100000 0 1010010 1001000 110111 101100001 1000101 11011

Color Harmonies of #731520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731520

Black with #731520

Text Example


Text Example

White with #731520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731520; }

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

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

background-color css

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

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

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

border-color css

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

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

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