Html Css Color HEX #761316 Red Berry

📋 copy color: '#761316'

red 118 ◦ green 19 ◦ blue 22

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

Shades of Red Berry #761316

Tints of Red Berry #761316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.95%

 BLUE value IS 22 (8.98% from 255) = 13.84%

R = 74.21%
G = 11.95%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#761316 (or 0x761316) is known color: Red Berry. HEX triplet: 76, 13 and 16. RGB value is (118,19,22). Sum of RGB (Red+Green+Blue) = 118+19+22=159 (21% of max value = 765). Red value is 118 (46.48% from 255 or 74.21% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 118 - color contains mainly: red. Hex color #761316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761316 is #89ECE9. Grayscale: #313131. Windows color (decimal): -9039082 or 1446774. OLE color: 1446774.

HSL color Cylindrical-coordinate representation of color #761316: hue angle of 358.18º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761316 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 19 22 -
CMYK 0 0.84 0.81 0.54
HSL 358.18º 0.72% 0.27% -
HSV(B) 358.18º 0.84% 0.46% -
XYZ 7.85 4.38 1.19 -
YUV 48.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 118 19 22 0 0.84 0.81 0.54 358.18 0.72 0.27
Hex 76 13 16 0 54 51 36 166 48 1B
Octal 166 23 26 0 124 121 66 546 110 33
Binary 1110110 10011 10110 0 1010100 1010001 110110 101100110 1001000 11011

Color Harmonies of #761316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761316

Black with #761316

Text Example


Text Example

White with #761316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761316; }

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

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

background-color css

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

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

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

border-color css

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

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

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