Html Css Color HEX #73111F Red Berry

📋 copy color: '#73111F'

red 115 ◦ green 17 ◦ blue 31

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

Shades of Red Berry #73111F

Tints of Red Berry #73111F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.43%

 BLUE value IS 31 (12.5% from 255) = 19.02%

R = 70.55%
G = 10.43%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#73111F (or 0x73111F) is known color: Red Berry. HEX triplet: 73, 11 and 1F. RGB value is (115,17,31). Sum of RGB (Red+Green+Blue) = 115+17+31=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #73111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73111F is #8CEEE0. Grayscale: #2F2F2F. Windows color (decimal): -9236193 or 2036083. OLE color: 2036083.

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

Color convert

RGB 115 17 31 -
CMYK 0 0.85 0.73 0.55
HSL 351.43º 0.74% 0.26% -
HSV(B) 351.43º 0.85% 0.45% -
XYZ 7.52 4.14 1.7 -
YUV 47.9 118.47 175.86 -
System Red Green Blue C M Y K H S L
Decimal 115 17 31 0 0.85 0.73 0.55 351.43 0.74 0.26
Hex 73 11 1F 0 55 49 37 15F 4A 1A
Octal 163 21 37 0 125 111 67 537 112 32
Binary 1110011 10001 11111 0 1010101 1001001 110111 101011111 1001010 11010

Color Harmonies of #73111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73111F

Black with #73111F

Text Example


Text Example

White with #73111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73111F; }

 p { color: rgb(115,17,31); }

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

background-color css

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

 a { background-color: rgb(115,17,31); }

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

border-color css

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

 span { border-color: rgb(115,17,31); }

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