Html Css Color HEX #76111C Red Berry

📋 copy color: '#76111C'

red 118 ◦ green 17 ◦ blue 28

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

Shades of Red Berry #76111C

Tints of Red Berry #76111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.18%

R = 72.39%
G = 10.43%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76111C (or 0x76111C) is known color: Red Berry. HEX triplet: 76, 11 and 1C. RGB value is (118,17,28). Sum of RGB (Red+Green+Blue) = 118+17+28=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #76111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76111C is #89EEE3. Grayscale: #303030. Windows color (decimal): -9039588 or 1839478. OLE color: 1839478.

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

Color convert

RGB 118 17 28 -
CMYK 0 0.86 0.76 0.54
HSL 353.47º 0.75% 0.26% -
HSV(B) 353.47º 0.86% 0.46% -
XYZ 7.88 4.34 1.52 -
YUV 48.45 116.46 177.61 -
System Red Green Blue C M Y K H S L
Decimal 118 17 28 0 0.86 0.76 0.54 353.47 0.75 0.26
Hex 76 11 1C 0 56 4C 36 161 4B 1A
Octal 166 21 34 0 126 114 66 541 113 32
Binary 1110110 10001 11100 0 1010110 1001100 110110 101100001 1001011 11010

Color Harmonies of #76111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76111C

Black with #76111C

Text Example


Text Example

White with #76111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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