Html Css Color HEX #76131E Red Berry

📋 copy color: '#76131E'

red 118 ◦ green 19 ◦ blue 30

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

Shades of Red Berry #76131E

Tints of Red Berry #76131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.38%

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

R = 70.66%
G = 11.38%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76131E (or 0x76131E) is known color: Red Berry. HEX triplet: 76, 13 and 1E. RGB value is (118,19,30). Sum of RGB (Red+Green+Blue) = 118+19+30=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #76131E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76131E is #89ECE1. Grayscale: #313131. Windows color (decimal): -9039074 or 1971062. OLE color: 1971062.

HSL color Cylindrical-coordinate representation of color #76131E: hue angle of 353.33º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76131E is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 19 30 -
CMYK 0 0.84 0.75 0.54
HSL 353.33º 0.72% 0.27% -
HSV(B) 353.33º 0.84% 0.46% -
XYZ 7.94 4.41 1.66 -
YUV 49.86 116.8 176.61 -
System Red Green Blue C M Y K H S L
Decimal 118 19 30 0 0.84 0.75 0.54 353.33 0.72 0.27
Hex 76 13 1E 0 54 4B 36 161 48 1B
Octal 166 23 36 0 124 113 66 541 110 33
Binary 1110110 10011 11110 0 1010100 1001011 110110 101100001 1001000 11011

Color Harmonies of #76131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76131E

Black with #76131E

Text Example


Text Example

White with #76131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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