Html Css Color HEX #731215 Red Berry

📋 copy color: '#731215'

red 115 ◦ green 18 ◦ blue 21

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

Shades of Red Berry #731215

Tints of Red Berry #731215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.64%

R = 74.68%
G = 11.69%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#731215 (or 0x731215) is known color: Red Berry. HEX triplet: 73, 12 and 15. RGB value is (115,18,21). Sum of RGB (Red+Green+Blue) = 115+18+21=154 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.68% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 115 - color contains mainly: red. Hex color #731215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731215 is #8CEDEA. Grayscale: #2F2F2F. Windows color (decimal): -9235947 or 1380979. OLE color: 1380979.

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

Color convert

RGB 115 18 21 -
CMYK 0 0.84 0.82 0.55
HSL 358.14º 0.73% 0.26% -
HSV(B) 358.14º 0.84% 0.45% -
XYZ 7.42 4.13 1.12 -
YUV 47.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 115 18 21 0 0.84 0.82 0.55 358.14 0.73 0.26
Hex 73 12 15 0 54 52 37 166 49 1A
Octal 163 22 25 0 124 122 67 546 111 32
Binary 1110011 10010 10101 0 1010100 1010010 110111 101100110 1001001 11010

Color Harmonies of #731215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731215

Black with #731215

Text Example


Text Example

White with #731215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731215; }

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

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

background-color css

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

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

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

border-color css

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

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

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