Html Css Color HEX #76161C Red Berry

📋 copy color: '#76161C'

red 118 ◦ green 22 ◦ blue 28

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

Shades of Red Berry #76161C

Tints of Red Berry #76161C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.1%

 BLUE value IS 28 (11.33% from 255) = 16.67%

R = 70.24%
G = 13.1%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76161C (or 0x76161C) is known color: Red Berry. HEX triplet: 76, 16 and 1C. RGB value is (118,22,28). Sum of RGB (Red+Green+Blue) = 118+22+28=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #76161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76161C is #89E9E3. Grayscale: #333333. Windows color (decimal): -9038308 or 1840758. OLE color: 1840758.

HSL color Cylindrical-coordinate representation of color #76161C: hue angle of 356.25º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76161C is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 22 28 -
CMYK 0 0.81 0.76 0.54
HSL 356.25º 0.69% 0.27% -
HSV(B) 356.25º 0.81% 0.46% -
XYZ 7.97 4.51 1.55 -
YUV 51.39 114.8 175.51 -
System Red Green Blue C M Y K H S L
Decimal 118 22 28 0 0.81 0.76 0.54 356.25 0.69 0.27
Hex 76 16 1C 0 51 4C 36 164 45 1B
Octal 166 26 34 0 121 114 66 544 105 33
Binary 1110110 10110 11100 0 1010001 1001100 110110 101100100 1000101 11011

Color Harmonies of #76161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76161C

Black with #76161C

Text Example


Text Example

White with #76161C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,22,28); }

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

background-color css

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

 a { background-color: rgb(118,22,28); }

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

border-color css

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

 span { border-color: rgb(118,22,28); }

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