Html Css Color HEX #76141D Red Berry

📋 copy color: '#76141D'

red 118 ◦ green 20 ◦ blue 29

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

Shades of Red Berry #76141D

Tints of Red Berry #76141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.37%

R = 70.66%
G = 11.98%
B = 17.37%

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

#76141D (or 0x76141D) is known color: Red Berry. HEX triplet: 76, 14 and 1D. RGB value is (118,20,29). Sum of RGB (Red+Green+Blue) = 118+20+29=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #76141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76141D is #89EBE2. Grayscale: #323232. Windows color (decimal): -9038819 or 1905782. OLE color: 1905782.

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

Color convert

RGB 118 20 29 -
CMYK 0 0.83 0.75 0.54
HSL 354.49º 0.71% 0.27% -
HSV(B) 354.49º 0.83% 0.46% -
XYZ 7.94 4.44 1.6 -
YUV 50.33 115.97 176.27 -
System Red Green Blue C M Y K H S L
Decimal 118 20 29 0 0.83 0.75 0.54 354.49 0.71 0.27
Hex 76 14 1D 0 53 4B 36 162 47 1B
Octal 166 24 35 0 123 113 66 542 107 33
Binary 1110110 10100 11101 0 1010011 1001011 110110 101100010 1000111 11011

Color Harmonies of #76141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76141D

Black with #76141D

Text Example


Text Example

White with #76141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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