Html Css Color HEX #76171E Red Berry

📋 copy color: '#76171E'

red 118 ◦ green 23 ◦ blue 30

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

Shades of Red Berry #76171E

Tints of Red Berry #76171E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.45%

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

R = 69.01%
G = 13.45%
B = 17.54%

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

#76171E (or 0x76171E) is known color: Red Berry. HEX triplet: 76, 17 and 1E. RGB value is (118,23,30). Sum of RGB (Red+Green+Blue) = 118+23+30=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #76171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76171E is #89E8E1. Grayscale: #343434. Windows color (decimal): -9038050 or 1972086. OLE color: 1972086.

HSL color Cylindrical-coordinate representation of color #76171E: hue angle of 355.58º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76171E is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 30 -
CMYK 0 0.81 0.75 0.54
HSL 355.58º 0.67% 0.28% -
HSV(B) 355.58º 0.81% 0.46% -
XYZ 8.01 4.56 1.69 -
YUV 52.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 118 23 30 0 0.81 0.75 0.54 355.58 0.67 0.28
Hex 76 17 1E 0 51 4B 36 164 43 1C
Octal 166 27 36 0 121 113 66 544 103 34
Binary 1110110 10111 11110 0 1010001 1001011 110110 101100100 1000011 11100

Color Harmonies of #76171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76171E

Black with #76171E

Text Example


Text Example

White with #76171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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