Html Css Color HEX #761215 Red Berry

📋 copy color: '#761215'

red 118 ◦ green 18 ◦ blue 21

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

Shades of Red Berry #761215

Tints of Red Berry #761215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.46%

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

R = 75.16%
G = 11.46%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#761215 (or 0x761215) is known color: Red Berry. HEX triplet: 76, 12 and 15. RGB value is (118,18,21). Sum of RGB (Red+Green+Blue) = 118+18+21=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #761215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761215 is #89EDEA. Grayscale: #303030. Windows color (decimal): -9039339 or 1380982. OLE color: 1380982.

HSL color Cylindrical-coordinate representation of color #761215: hue angle of 358.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761215 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 18 21 -
CMYK 0 0.85 0.82 0.54
HSL 358.2º 0.74% 0.27% -
HSV(B) 358.2º 0.85% 0.46% -
XYZ 7.82 4.34 1.13 -
YUV 48.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 118 18 21 0 0.85 0.82 0.54 358.2 0.74 0.27
Hex 76 12 15 0 55 52 36 166 4A 1B
Octal 166 22 25 0 125 122 66 546 112 33
Binary 1110110 10010 10101 0 1010101 1010010 110110 101100110 1001010 11011

Color Harmonies of #761215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761215

Black with #761215

Text Example


Text Example

White with #761215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761215; }

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

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

background-color css

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

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

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

border-color css

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

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

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