Html Css Color HEX #76161E Red Berry

📋 copy color: '#76161E'

red 118 ◦ green 22 ◦ blue 30

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

Shades of Red Berry #76161E

Tints of Red Berry #76161E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.65%

R = 69.41%
G = 12.94%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76161E (or 0x76161E) is known color: Red Berry. HEX triplet: 76, 16 and 1E. RGB value is (118,22,30). Sum of RGB (Red+Green+Blue) = 118+22+30=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 30 (12.11% from 255 or 17.65% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #76161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76161E is #89E9E1. Grayscale: #333333. Windows color (decimal): -9038306 or 1971830. OLE color: 1971830.

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

Color convert

RGB 118 22 30 -
CMYK 0 0.81 0.75 0.54
HSL 355º 0.69% 0.27% -
HSV(B) 355º 0.81% 0.46% -
XYZ 7.99 4.52 1.68 -
YUV 51.62 115.8 175.35 -
System Red Green Blue C M Y K H S L
Decimal 118 22 30 0 0.81 0.75 0.54 355 0.69 0.27
Hex 76 16 1E 0 51 4B 36 163 45 1B
Octal 166 26 36 0 121 113 66 543 105 33
Binary 1110110 10110 11110 0 1010001 1001011 110110 101100011 1000101 11011

Color Harmonies of #76161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76161E

Black with #76161E

Text Example


Text Example

White with #76161E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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