Html Css Color HEX #760F16 Red Berry

📋 copy color: '#760F16'

red 118 ◦ green 15 ◦ blue 22

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

Shades of Red Berry #760F16

Tints of Red Berry #760F16

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.68%

 BLUE value IS 22 (8.98% from 255) = 14.19%

R = 76.13%
G = 9.68%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#760F16 (or 0x760F16) is known color: Red Berry. HEX triplet: 76, 0F and 16. RGB value is (118,15,22). Sum of RGB (Red+Green+Blue) = 118+15+22=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #760F16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760F16 is #89F0E9. Grayscale: #2E2E2E. Windows color (decimal): -9040106 or 1445750. OLE color: 1445750.

HSL color Cylindrical-coordinate representation of color #760F16: hue angle of 355.92º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #760F16 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 15 22 -
CMYK 0 0.87 0.81 0.54
HSL 355.92º 0.77% 0.26% -
HSV(B) 355.92º 0.87% 0.46% -
XYZ 7.79 4.25 1.17 -
YUV 46.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 118 15 22 0 0.87 0.81 0.54 355.92 0.77 0.26
Hex 76 F 16 0 57 51 36 164 4D 1A
Octal 166 17 26 0 127 121 66 544 115 32
Binary 1110110 1111 10110 0 1010111 1010001 110110 101100100 1001101 11010

Color Harmonies of #760F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760F16

Black with #760F16

Text Example


Text Example

White with #760F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760F16; }

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

 H1.HeaderClassName
 {
   color: #760F16;
 }
 .AnyTagClassName
 {
   color: #760F16;
 }
</style>

background-color css

<style>
 a { background-color: #760F16; }

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

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

border-color css

<style>
 span { border-color: #760F16; }

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

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