Html Css Color HEX #76112B Red Berry

📋 copy color: '#76112B'

red 118 ◦ green 17 ◦ blue 43

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

Shades of Red Berry #76112B

Tints of Red Berry #76112B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.55%

 BLUE value IS 43 (17.19% from 255) = 24.16%

R = 66.29%
G = 9.55%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76112B (or 0x76112B) is known color: Red Berry. HEX triplet: 76, 11 and 2B. RGB value is (118,17,43). Sum of RGB (Red+Green+Blue) = 118+17+43=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #76112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76112B is #89EED4. Grayscale: #323232. Windows color (decimal): -9039573 or 2822518. OLE color: 2822518.

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

Color convert

RGB 118 17 43 -
CMYK 0 0.86 0.64 0.54
HSL 344.55º 0.75% 0.26% -
HSV(B) 344.55º 0.86% 0.46% -
XYZ 8.11 4.43 2.71 -
YUV 50.16 123.96 176.39 -
System Red Green Blue C M Y K H S L
Decimal 118 17 43 0 0.86 0.64 0.54 344.55 0.75 0.26
Hex 76 11 2B 0 56 40 36 159 4B 1A
Octal 166 21 53 0 126 100 66 531 113 32
Binary 1110110 10001 101011 0 1010110 1000000 110110 101011001 1001011 11010

Color Harmonies of #76112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76112B

Black with #76112B

Text Example


Text Example

White with #76112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76112B; }

 p { color: rgb(118,17,43); }

 H1.HeaderClassName
 {
   color: #76112B;
 }
 .AnyTagClassName
 {
   color: #76112B;
 }
</style>

background-color css

<style>
 a { background-color: #76112B; }

 a { background-color: rgb(118,17,43); }

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

border-color css

<style>
 span { border-color: #76112B; }

 span { border-color: rgb(118,17,43); }

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