Html Css Color HEX #76141B Red Berry

📋 copy color: '#76141B'

red 118 ◦ green 20 ◦ blue 27

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

Shades of Red Berry #76141B

Tints of Red Berry #76141B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.36%

R = 71.52%
G = 12.12%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#76141B (or 0x76141B) is known color: Red Berry. HEX triplet: 76, 14 and 1B. RGB value is (118,20,27). Sum of RGB (Red+Green+Blue) = 118+20+27=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #76141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76141B is #89EBE4. Grayscale: #323232. Windows color (decimal): -9038821 or 1774710. OLE color: 1774710.

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

Color convert

RGB 118 20 27 -
CMYK 0 0.83 0.77 0.54
HSL 355.71º 0.71% 0.27% -
HSV(B) 355.71º 0.83% 0.46% -
XYZ 7.92 4.43 1.47 -
YUV 50.1 114.97 176.43 -
System Red Green Blue C M Y K H S L
Decimal 118 20 27 0 0.83 0.77 0.54 355.71 0.71 0.27
Hex 76 14 1B 0 53 4D 36 164 47 1B
Octal 166 24 33 0 123 115 66 544 107 33
Binary 1110110 10100 11011 0 1010011 1001101 110110 101100100 1000111 11011

Color Harmonies of #76141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76141B

Black with #76141B

Text Example


Text Example

White with #76141B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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