Html Css Color HEX #76112A Red Berry

📋 copy color: '#76112A'

red 118 ◦ green 17 ◦ blue 42

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

Shades of Red Berry #76112A

Tints of Red Berry #76112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.73%

R = 66.67%
G = 9.6%
B = 23.73%

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

#76112A (or 0x76112A) is known color: Red Berry. HEX triplet: 76, 11 and 2A. RGB value is (118,17,42). Sum of RGB (Red+Green+Blue) = 118+17+42=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #76112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76112A is #89EED5. Grayscale: #323232. Windows color (decimal): -9039574 or 2756982. OLE color: 2756982.

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

Color convert

RGB 118 17 42 -
CMYK 0 0.86 0.64 0.54
HSL 345.15º 0.75% 0.26% -
HSV(B) 345.15º 0.86% 0.46% -
XYZ 8.09 4.42 2.62 -
YUV 50.05 123.46 176.47 -
System Red Green Blue C M Y K H S L
Decimal 118 17 42 0 0.86 0.64 0.54 345.15 0.75 0.26
Hex 76 11 2A 0 56 40 36 159 4B 1A
Octal 166 21 52 0 126 100 66 531 113 32
Binary 1110110 10001 101010 0 1010110 1000000 110110 101011001 1001011 11010

Color Harmonies of #76112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76112A

Black with #76112A

Text Example


Text Example

White with #76112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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