Html Css Color HEX #76121E Red Berry

📋 copy color: '#76121E'

red 118 ◦ green 18 ◦ blue 30

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

Shades of Red Berry #76121E

Tints of Red Berry #76121E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.07%

R = 71.08%
G = 10.84%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76121E (or 0x76121E) is known color: Red Berry. HEX triplet: 76, 12 and 1E. RGB value is (118,18,30). Sum of RGB (Red+Green+Blue) = 118+18+30=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #76121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76121E is #89EDE1. Grayscale: #313131. Windows color (decimal): -9039330 or 1970806. OLE color: 1970806.

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

Color convert

RGB 118 18 30 -
CMYK 0 0.85 0.75 0.54
HSL 352.8º 0.74% 0.27% -
HSV(B) 352.8º 0.85% 0.46% -
XYZ 7.92 4.38 1.66 -
YUV 49.27 117.13 177.02 -
System Red Green Blue C M Y K H S L
Decimal 118 18 30 0 0.85 0.75 0.54 352.8 0.74 0.27
Hex 76 12 1E 0 55 4B 36 161 4A 1B
Octal 166 22 36 0 125 113 66 541 112 33
Binary 1110110 10010 11110 0 1010101 1001011 110110 101100001 1001010 11011

Color Harmonies of #76121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76121E

Black with #76121E

Text Example


Text Example

White with #76121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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