Html Css Color HEX #76141A Red Berry

📋 copy color: '#76141A'

red 118 ◦ green 20 ◦ blue 26

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

Shades of Red Berry #76141A

Tints of Red Berry #76141A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.85%

R = 71.95%
G = 12.2%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#76141A (or 0x76141A) is known color: Red Berry. HEX triplet: 76, 14 and 1A. RGB value is (118,20,26). Sum of RGB (Red+Green+Blue) = 118+20+26=164 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.95% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 118 - color contains mainly: red. Hex color #76141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76141A is #89EBE5. Grayscale: #323232. Windows color (decimal): -9038822 or 1709174. OLE color: 1709174.

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

Color convert

RGB 118 20 26 -
CMYK 0 0.83 0.78 0.54
HSL 356.33º 0.71% 0.27% -
HSV(B) 356.33º 0.83% 0.46% -
XYZ 7.91 4.43 1.41 -
YUV 49.99 114.47 176.51 -
System Red Green Blue C M Y K H S L
Decimal 118 20 26 0 0.83 0.78 0.54 356.33 0.71 0.27
Hex 76 14 1A 0 53 4E 36 164 47 1B
Octal 166 24 32 0 123 116 66 544 107 33
Binary 1110110 10100 11010 0 1010011 1001110 110110 101100100 1000111 11011

Color Harmonies of #76141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76141A

Black with #76141A

Text Example


Text Example

White with #76141A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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