Html Css Color HEX #76171A Red Berry

📋 copy color: '#76171A'

red 118 ◦ green 23 ◦ blue 26

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

Shades of Red Berry #76171A

Tints of Red Berry #76171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.57%

R = 70.66%
G = 13.77%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#76171A (or 0x76171A) is known color: Red Berry. HEX triplet: 76, 17 and 1A. RGB value is (118,23,26). Sum of RGB (Red+Green+Blue) = 118+23+26=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #76171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76171A is #89E8E5. Grayscale: #333333. Windows color (decimal): -9038054 or 1709942. OLE color: 1709942.

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

Color convert

RGB 118 23 26 -
CMYK 0 0.81 0.78 0.54
HSL 358.11º 0.67% 0.28% -
HSV(B) 358.11º 0.81% 0.46% -
XYZ 7.96 4.54 1.43 -
YUV 51.75 113.47 175.26 -
System Red Green Blue C M Y K H S L
Decimal 118 23 26 0 0.81 0.78 0.54 358.11 0.67 0.28
Hex 76 17 1A 0 51 4E 36 166 43 1C
Octal 166 27 32 0 121 116 66 546 103 34
Binary 1110110 10111 11010 0 1010001 1001110 110110 101100110 1000011 11100

Color Harmonies of #76171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76171A

Black with #76171A

Text Example


Text Example

White with #76171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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