Html Css Color HEX #731014 Red Berry

📋 copy color: '#731014'

red 115 ◦ green 16 ◦ blue 20

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

Shades of Red Berry #731014

Tints of Red Berry #731014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.25%

R = 76.16%
G = 10.6%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#731014 (or 0x731014) is known color: Red Berry. HEX triplet: 73, 10 and 14. RGB value is (115,16,20). Sum of RGB (Red+Green+Blue) = 115+16+20=151 (20% of max value = 765). Red value is 115 (45.31% from 255 or 76.16% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 115 - color contains mainly: red. Hex color #731014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731014 is #8CEFEB. Grayscale: #2E2E2E. Windows color (decimal): -9236460 or 1314931. OLE color: 1314931.

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

Color convert

RGB 115 16 20 -
CMYK 0 0.86 0.83 0.55
HSL 357.58º 0.76% 0.26% -
HSV(B) 357.58º 0.86% 0.45% -
XYZ 7.38 4.07 1.06 -
YUV 46.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 115 16 20 0 0.86 0.83 0.55 357.58 0.76 0.26
Hex 73 10 14 0 56 53 37 166 4C 1A
Octal 163 20 24 0 126 123 67 546 114 32
Binary 1110011 10000 10100 0 1010110 1010011 110111 101100110 1001100 11010

Color Harmonies of #731014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731014

Black with #731014

Text Example


Text Example

White with #731014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731014; }

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

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

background-color css

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

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

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

border-color css

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

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

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