Html Css Color HEX #76121C Red Berry

📋 copy color: '#76121C'

red 118 ◦ green 18 ◦ blue 28

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

Shades of Red Berry #76121C

Tints of Red Berry #76121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.98%

 BLUE value IS 28 (11.33% from 255) = 17.07%

R = 71.95%
G = 10.98%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76121C (or 0x76121C) is known color: Red Berry. HEX triplet: 76, 12 and 1C. RGB value is (118,18,28). Sum of RGB (Red+Green+Blue) = 118+18+28=164 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.95% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 118 - color contains mainly: red. Hex color #76121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76121C is #89EDE3. Grayscale: #313131. Windows color (decimal): -9039332 or 1839734. OLE color: 1839734.

HSL color Cylindrical-coordinate representation of color #76121C: hue angle of 354º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76121C is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 18 28 -
CMYK 0 0.85 0.76 0.54
HSL 354º 0.74% 0.27% -
HSV(B) 354º 0.85% 0.46% -
XYZ 7.9 4.37 1.53 -
YUV 49.04 116.13 177.19 -
System Red Green Blue C M Y K H S L
Decimal 118 18 28 0 0.85 0.76 0.54 354 0.74 0.27
Hex 76 12 1C 0 55 4C 36 162 4A 1B
Octal 166 22 34 0 125 114 66 542 112 33
Binary 1110110 10010 11100 0 1010101 1001100 110110 101100010 1001010 11011

Color Harmonies of #76121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76121C

Black with #76121C

Text Example


Text Example

White with #76121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76121C; }

 p { color: rgb(118,18,28); }

 H1.HeaderClassName
 {
   color: #76121C;
 }
 .AnyTagClassName
 {
   color: #76121C;
 }
</style>

background-color css

<style>
 a { background-color: #76121C; }

 a { background-color: rgb(118,18,28); }

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

border-color css

<style>
 span { border-color: #76121C; }

 span { border-color: rgb(118,18,28); }

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