Html Css Color HEX #76171D Red Berry

📋 copy color: '#76171D'

red 118 ◦ green 23 ◦ blue 29

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

Shades of Red Berry #76171D

Tints of Red Berry #76171D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.06%

R = 69.41%
G = 13.53%
B = 17.06%

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

#76171D (or 0x76171D) is known color: Red Berry. HEX triplet: 76, 17 and 1D. RGB value is (118,23,29). Sum of RGB (Red+Green+Blue) = 118+23+29=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #76171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76171D is #89E8E2. Grayscale: #343434. Windows color (decimal): -9038051 or 1906550. OLE color: 1906550.

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

Color convert

RGB 118 23 29 -
CMYK 0 0.81 0.75 0.54
HSL 356.21º 0.67% 0.28% -
HSV(B) 356.21º 0.81% 0.46% -
XYZ 8 4.55 1.62 -
YUV 52.09 114.97 175.01 -
System Red Green Blue C M Y K H S L
Decimal 118 23 29 0 0.81 0.75 0.54 356.21 0.67 0.28
Hex 76 17 1D 0 51 4B 36 164 43 1C
Octal 166 27 35 0 121 113 66 544 103 34
Binary 1110110 10111 11101 0 1010001 1001011 110110 101100100 1000011 11100

Color Harmonies of #76171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76171D

Black with #76171D

Text Example


Text Example

White with #76171D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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