Html Css Color HEX #76142C Red Berry

📋 copy color: '#76142C'

red 118 ◦ green 20 ◦ blue 44

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

Shades of Red Berry #76142C

Tints of Red Berry #76142C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.18%

R = 64.84%
G = 10.99%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76142C (or 0x76142C) is known color: Red Berry. HEX triplet: 76, 14 and 2C. RGB value is (118,20,44). Sum of RGB (Red+Green+Blue) = 118+20+44=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #76142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76142C is #89EBD3. Grayscale: #343434. Windows color (decimal): -9038804 or 2888822. OLE color: 2888822.

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

Color convert

RGB 118 20 44 -
CMYK 0 0.83 0.63 0.54
HSL 345.31º 0.71% 0.27% -
HSV(B) 345.31º 0.83% 0.46% -
XYZ 8.18 4.53 2.83 -
YUV 52.04 123.47 175.05 -
System Red Green Blue C M Y K H S L
Decimal 118 20 44 0 0.83 0.63 0.54 345.31 0.71 0.27
Hex 76 14 2C 0 53 3F 36 159 47 1B
Octal 166 24 54 0 123 77 66 531 107 33
Binary 1110110 10100 101100 0 1010011 111111 110110 101011001 1000111 11011

Color Harmonies of #76142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76142C

Black with #76142C

Text Example


Text Example

White with #76142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76142C; }

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

 H1.HeaderClassName
 {
   color: #76142C;
 }
 .AnyTagClassName
 {
   color: #76142C;
 }
</style>

background-color css

<style>
 a { background-color: #76142C; }

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

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

border-color css

<style>
 span { border-color: #76142C; }

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

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