Html Css Color HEX #76151A Red Berry

📋 copy color: '#76151A'

red 118 ◦ green 21 ◦ blue 26

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

Shades of Red Berry #76151A

Tints of Red Berry #76151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.73%

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

R = 71.52%
G = 12.73%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#76151A (or 0x76151A) is known color: Red Berry. HEX triplet: 76, 15 and 1A. RGB value is (118,21,26). Sum of RGB (Red+Green+Blue) = 118+21+26=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #76151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76151A is #89EAE5. Grayscale: #323232. Windows color (decimal): -9038566 or 1709430. OLE color: 1709430.

HSL color Cylindrical-coordinate representation of color #76151A: hue angle of 356.91º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76151A is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 21 26 -
CMYK 0 0.82 0.78 0.54
HSL 356.91º 0.7% 0.27% -
HSV(B) 356.91º 0.82% 0.46% -
XYZ 7.93 4.46 1.42 -
YUV 50.57 114.14 176.09 -
System Red Green Blue C M Y K H S L
Decimal 118 21 26 0 0.82 0.78 0.54 356.91 0.7 0.27
Hex 76 15 1A 0 52 4E 36 165 46 1B
Octal 166 25 32 0 122 116 66 545 106 33
Binary 1110110 10101 11010 0 1010010 1001110 110110 101100101 1000110 11011

Color Harmonies of #76151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76151A

Black with #76151A

Text Example


Text Example

White with #76151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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