Html Css Color HEX #781215 Red Berry

📋 copy color: '#781215'

red 120 ◦ green 18 ◦ blue 21

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

Shades of Red Berry #781215

Tints of Red Berry #781215

RGB

 RED value IS 120 (47.27% from 255) = 75.47%

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

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

R = 75.47%
G = 11.32%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#781215 (or 0x781215) is known color: Red Berry. HEX triplet: 78, 12 and 15. RGB value is (120,18,21). Sum of RGB (Red+Green+Blue) = 120+18+21=159 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75.47% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 120 - color contains mainly: red. Hex color #781215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781215 is #87EDEA. Grayscale: #303030. Windows color (decimal): -8908267 or 1380984. OLE color: 1380984.

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

Color convert

RGB 120 18 21 -
CMYK 0 0.85 0.83 0.53
HSL 358.24º 0.74% 0.27% -
HSV(B) 358.24º 0.85% 0.47% -
XYZ 8.1 4.48 1.15 -
YUV 48.84 112.29 178.76 -
System Red Green Blue C M Y K H S L
Decimal 120 18 21 0 0.85 0.83 0.53 358.24 0.74 0.27
Hex 78 12 15 0 55 53 35 166 4A 1B
Octal 170 22 25 0 125 123 65 546 112 33
Binary 1111000 10010 10101 0 1010101 1010011 110101 101100110 1001010 11011

Color Harmonies of #781215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781215

Black with #781215

Text Example


Text Example

White with #781215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781215; }

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

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

background-color css

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

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

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

border-color css

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

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

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