Html Css Color HEX #76101A Red Berry

📋 copy color: '#76101A'

red 118 ◦ green 16 ◦ blue 26

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

Shades of Red Berry #76101A

Tints of Red Berry #76101A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.25%

R = 73.75%
G = 10%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#76101A (or 0x76101A) is known color: Red Berry. HEX triplet: 76, 10 and 1A. RGB value is (118,16,26). Sum of RGB (Red+Green+Blue) = 118+16+26=160 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.75% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 118 - color contains mainly: red. Hex color #76101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76101A is #89EFE5. Grayscale: #2F2F2F. Windows color (decimal): -9039846 or 1708150. OLE color: 1708150.

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

Color convert

RGB 118 16 26 -
CMYK 0 0.86 0.78 0.54
HSL 354.12º 0.76% 0.26% -
HSV(B) 354.12º 0.86% 0.46% -
XYZ 7.84 4.3 1.39 -
YUV 47.64 115.79 178.19 -
System Red Green Blue C M Y K H S L
Decimal 118 16 26 0 0.86 0.78 0.54 354.12 0.76 0.26
Hex 76 10 1A 0 56 4E 36 162 4C 1A
Octal 166 20 32 0 126 116 66 542 114 32
Binary 1110110 10000 11010 0 1010110 1001110 110110 101100010 1001100 11010

Color Harmonies of #76101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76101A

Black with #76101A

Text Example


Text Example

White with #76101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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