Html Css Color HEX #760F15 Red Berry

📋 copy color: '#760F15'

red 118 ◦ green 15 ◦ blue 21

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

Shades of Red Berry #760F15

Tints of Red Berry #760F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.64%

R = 76.62%
G = 9.74%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#760F15 (or 0x760F15) is known color: Red Berry. HEX triplet: 76, 0F and 15. RGB value is (118,15,21). Sum of RGB (Red+Green+Blue) = 118+15+21=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 15 (6.25% from 255 or 9.74% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #760F15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760F15 is #89F0EA. Grayscale: #2E2E2E. Windows color (decimal): -9040107 or 1380214. OLE color: 1380214.

HSL color Cylindrical-coordinate representation of color #760F15: hue angle of 356.5º 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 #760F15 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 15 21 -
CMYK 0 0.87 0.82 0.54
HSL 356.5º 0.77% 0.26% -
HSV(B) 356.5º 0.87% 0.46% -
XYZ 7.78 4.25 1.12 -
YUV 46.48 113.62 179.01 -
System Red Green Blue C M Y K H S L
Decimal 118 15 21 0 0.87 0.82 0.54 356.5 0.77 0.26
Hex 76 F 15 0 57 52 36 165 4D 1A
Octal 166 17 25 0 127 122 66 545 115 32
Binary 1110110 1111 10101 0 1010111 1010010 110110 101100101 1001101 11010

Color Harmonies of #760F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760F15

Black with #760F15

Text Example


Text Example

White with #760F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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