Html Css Color HEX #76101D Red Berry

📋 copy color: '#76101D'

red 118 ◦ green 16 ◦ blue 29

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

Shades of Red Berry #76101D

Tints of Red Berry #76101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.82%

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

R = 72.39%
G = 9.82%
B = 17.79%

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

#76101D (or 0x76101D) is known color: Red Berry. HEX triplet: 76, 10 and 1D. RGB value is (118,16,29). Sum of RGB (Red+Green+Blue) = 118+16+29=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #76101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76101D is #89EFE2. Grayscale: #303030. Windows color (decimal): -9039843 or 1904758. OLE color: 1904758.

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

Color convert

RGB 118 16 29 -
CMYK 0 0.86 0.75 0.54
HSL 352.35º 0.76% 0.26% -
HSV(B) 352.35º 0.86% 0.46% -
XYZ 7.88 4.31 1.58 -
YUV 47.98 117.29 177.94 -
System Red Green Blue C M Y K H S L
Decimal 118 16 29 0 0.86 0.75 0.54 352.35 0.76 0.26
Hex 76 10 1D 0 56 4B 36 160 4C 1A
Octal 166 20 35 0 126 113 66 540 114 32
Binary 1110110 10000 11101 0 1010110 1001011 110110 101100000 1001100 11010

Color Harmonies of #76101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76101D

Black with #76101D

Text Example


Text Example

White with #76101D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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