Html Css Color HEX #761113 Red Berry

📋 copy color: '#761113'

red 118 ◦ green 17 ◦ blue 19

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

Shades of Red Berry #761113

Tints of Red Berry #761113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.34%

R = 76.62%
G = 11.04%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#761113 (or 0x761113) is known color: Red Berry. HEX triplet: 76, 11 and 13. RGB value is (118,17,19). Sum of RGB (Red+Green+Blue) = 118+17+19=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #761113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761113 is #89EEEC. Grayscale: #2F2F2F. Windows color (decimal): -9039597 or 1249654. OLE color: 1249654.

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

Color convert

RGB 118 17 19 -
CMYK 0 0.86 0.84 0.54
HSL 358.81º 0.75% 0.26% -
HSV(B) 358.81º 0.86% 0.46% -
XYZ 7.79 4.3 1.04 -
YUV 47.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 118 17 19 0 0.86 0.84 0.54 358.81 0.75 0.26
Hex 76 11 13 0 56 54 36 167 4B 1A
Octal 166 21 23 0 126 124 66 547 113 32
Binary 1110110 10001 10011 0 1010110 1010100 110110 101100111 1001011 11010

Color Harmonies of #761113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761113

Black with #761113

Text Example


Text Example

White with #761113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761113; }

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

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

background-color css

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

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

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

border-color css

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

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

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