Html Css Color HEX #761120 Red Berry

📋 copy color: '#761120'

red 118 ◦ green 17 ◦ blue 32

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

Shades of Red Berry #761120

Tints of Red Berry #761120

RGB

 RED value IS 118 (46.48% from 255) = 70.66%

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

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

R = 70.66%
G = 10.18%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#761120 (or 0x761120) is known color: Red Berry. HEX triplet: 76, 11 and 20. RGB value is (118,17,32). Sum of RGB (Red+Green+Blue) = 118+17+32=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #761120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761120 is #89EEDF. Grayscale: #303030. Windows color (decimal): -9039584 or 2101622. OLE color: 2101622.

HSL color Cylindrical-coordinate representation of color #761120: hue angle of 351.09º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761120 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 17 32 -
CMYK 0 0.86 0.73 0.54
HSL 351.09º 0.75% 0.26% -
HSV(B) 351.09º 0.86% 0.46% -
XYZ 7.93 4.36 1.79 -
YUV 48.91 118.46 177.28 -
System Red Green Blue C M Y K H S L
Decimal 118 17 32 0 0.86 0.73 0.54 351.09 0.75 0.26
Hex 76 11 20 0 56 49 36 15F 4B 1A
Octal 166 21 40 0 126 111 66 537 113 32
Binary 1110110 10001 100000 0 1010110 1001001 110110 101011111 1001011 11010

Color Harmonies of #761120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761120

Black with #761120

Text Example


Text Example

White with #761120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761120; }

 p { color: rgb(118,17,32); }

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

background-color css

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

 a { background-color: rgb(118,17,32); }

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

border-color css

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

 span { border-color: rgb(118,17,32); }

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