Html Css Color HEX #76101F Red Berry

📋 copy color: '#76101F'

red 118 ◦ green 16 ◦ blue 31

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

Shades of Red Berry #76101F

Tints of Red Berry #76101F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.79%

R = 71.52%
G = 9.7%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76101F (or 0x76101F) is known color: Red Berry. HEX triplet: 76, 10 and 1F. RGB value is (118,16,31). Sum of RGB (Red+Green+Blue) = 118+16+31=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #76101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76101F is #89EFE0. Grayscale: #303030. Windows color (decimal): -9039841 or 2035830. OLE color: 2035830.

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

Color convert

RGB 118 16 31 -
CMYK 0 0.86 0.74 0.54
HSL 351.18º 0.76% 0.26% -
HSV(B) 351.18º 0.86% 0.46% -
XYZ 7.9 4.32 1.71 -
YUV 48.21 118.29 177.78 -
System Red Green Blue C M Y K H S L
Decimal 118 16 31 0 0.86 0.74 0.54 351.18 0.76 0.26
Hex 76 10 1F 0 56 4A 36 15F 4C 1A
Octal 166 20 37 0 126 112 66 537 114 32
Binary 1110110 10000 11111 0 1010110 1001010 110110 101011111 1001100 11010

Color Harmonies of #76101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76101F

Black with #76101F

Text Example


Text Example

White with #76101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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