Html Css Color HEX #76151D Red Berry

📋 copy color: '#76151D'

red 118 ◦ green 21 ◦ blue 29

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

Shades of Red Berry #76151D

Tints of Red Berry #76151D

RGB

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

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

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

R = 70.24%
G = 12.5%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76151D (or 0x76151D) is known color: Red Berry. HEX triplet: 76, 15 and 1D. RGB value is (118,21,29). Sum of RGB (Red+Green+Blue) = 118+21+29=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #76151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76151D is #89EAE2. Grayscale: #323232. Windows color (decimal): -9038563 or 1906038. OLE color: 1906038.

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

Color convert

RGB 118 21 29 -
CMYK 0 0.82 0.75 0.54
HSL 355.05º 0.7% 0.27% -
HSV(B) 355.05º 0.82% 0.46% -
XYZ 7.96 4.48 1.61 -
YUV 50.92 115.64 175.85 -
System Red Green Blue C M Y K H S L
Decimal 118 21 29 0 0.82 0.75 0.54 355.05 0.7 0.27
Hex 76 15 1D 0 52 4B 36 163 46 1B
Octal 166 25 35 0 122 113 66 543 106 33
Binary 1110110 10101 11101 0 1010010 1001011 110110 101100011 1000110 11011

Color Harmonies of #76151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76151D

Black with #76151D

Text Example


Text Example

White with #76151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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