Html Css Color HEX #761213 Red Berry

📋 copy color: '#761213'

red 118 ◦ green 18 ◦ blue 19

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

Shades of Red Berry #761213

Tints of Red Berry #761213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.61%

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

R = 76.13%
G = 11.61%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#761213 (or 0x761213) is known color: Red Berry. HEX triplet: 76, 12 and 13. RGB value is (118,18,19). Sum of RGB (Red+Green+Blue) = 118+18+19=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #761213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761213 is #89EDEC. Grayscale: #303030. Windows color (decimal): -9039341 or 1249910. OLE color: 1249910.

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

Color convert

RGB 118 18 19 -
CMYK 0 0.85 0.84 0.54
HSL 359.4º 0.74% 0.27% -
HSV(B) 359.4º 0.85% 0.46% -
XYZ 7.81 4.33 1.04 -
YUV 48.01 111.63 177.92 -
System Red Green Blue C M Y K H S L
Decimal 118 18 19 0 0.85 0.84 0.54 359.4 0.74 0.27
Hex 76 12 13 0 55 54 36 167 4A 1B
Octal 166 22 23 0 125 124 66 547 112 33
Binary 1110110 10010 10011 0 1010101 1010100 110110 101100111 1001010 11011

Color Harmonies of #761213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761213

Black with #761213

Text Example


Text Example

White with #761213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761213; }

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

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

background-color css

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

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

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

border-color css

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

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

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