Html Css Color HEX #76141F Red Berry

📋 copy color: '#76141F'

red 118 ◦ green 20 ◦ blue 31

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

Shades of Red Berry #76141F

Tints of Red Berry #76141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.34%

R = 69.82%
G = 11.83%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76141F (or 0x76141F) is known color: Red Berry. HEX triplet: 76, 14 and 1F. RGB value is (118,20,31). Sum of RGB (Red+Green+Blue) = 118+20+31=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #76141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76141F is #89EBE0. Grayscale: #323232. Windows color (decimal): -9038817 or 2036854. OLE color: 2036854.

HSL color Cylindrical-coordinate representation of color #76141F: hue angle of 353.27º 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 #76141F is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 20 31 -
CMYK 0 0.83 0.74 0.54
HSL 353.27º 0.71% 0.27% -
HSV(B) 353.27º 0.83% 0.46% -
XYZ 7.97 4.45 1.74 -
YUV 50.56 116.97 176.11 -
System Red Green Blue C M Y K H S L
Decimal 118 20 31 0 0.83 0.74 0.54 353.27 0.71 0.27
Hex 76 14 1F 0 53 4A 36 161 47 1B
Octal 166 24 37 0 123 112 66 541 107 33
Binary 1110110 10100 11111 0 1010011 1001010 110110 101100001 1000111 11011

Color Harmonies of #76141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76141F

Black with #76141F

Text Example


Text Example

White with #76141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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