Html Css Color HEX #76111D Red Berry

📋 copy color: '#76111D'

red 118 ◦ green 17 ◦ blue 29

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

Shades of Red Berry #76111D

Tints of Red Berry #76111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.68%

R = 71.95%
G = 10.37%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76111D (or 0x76111D) is known color: Red Berry. HEX triplet: 76, 11 and 1D. RGB value is (118,17,29). Sum of RGB (Red+Green+Blue) = 118+17+29=164 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.95% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 118 - color contains mainly: red. Hex color #76111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76111D is #89EEE2. Grayscale: #303030. Windows color (decimal): -9039587 or 1905014. OLE color: 1905014.

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

Color convert

RGB 118 17 29 -
CMYK 0 0.86 0.75 0.54
HSL 352.87º 0.75% 0.26% -
HSV(B) 352.87º 0.86% 0.46% -
XYZ 7.89 4.34 1.58 -
YUV 48.57 116.96 177.52 -
System Red Green Blue C M Y K H S L
Decimal 118 17 29 0 0.86 0.75 0.54 352.87 0.75 0.26
Hex 76 11 1D 0 56 4B 36 161 4B 1A
Octal 166 21 35 0 126 113 66 541 113 32
Binary 1110110 10001 11101 0 1010110 1001011 110110 101100001 1001011 11010

Color Harmonies of #76111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76111D

Black with #76111D

Text Example


Text Example

White with #76111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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