Html Css Color HEX #76141E Red Berry

📋 copy color: '#76141E'

red 118 ◦ green 20 ◦ blue 30

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

Shades of Red Berry #76141E

Tints of Red Berry #76141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.9%

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

R = 70.24%
G = 11.9%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76141E (or 0x76141E) is known color: Red Berry. HEX triplet: 76, 14 and 1E. RGB value is (118,20,30). Sum of RGB (Red+Green+Blue) = 118+20+30=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #76141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76141E is #89EBE1. Grayscale: #323232. Windows color (decimal): -9038818 or 1971318. OLE color: 1971318.

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

Color convert

RGB 118 20 30 -
CMYK 0 0.83 0.75 0.54
HSL 353.88º 0.71% 0.27% -
HSV(B) 353.88º 0.83% 0.46% -
XYZ 7.96 4.45 1.67 -
YUV 50.44 116.47 176.19 -
System Red Green Blue C M Y K H S L
Decimal 118 20 30 0 0.83 0.75 0.54 353.88 0.71 0.27
Hex 76 14 1E 0 53 4B 36 162 47 1B
Octal 166 24 36 0 123 113 66 542 107 33
Binary 1110110 10100 11110 0 1010011 1001011 110110 101100010 1000111 11011

Color Harmonies of #76141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76141E

Black with #76141E

Text Example


Text Example

White with #76141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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