Html Css Color HEX #781315 Red Berry

📋 copy color: '#781315'

red 120 ◦ green 19 ◦ blue 21

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

Shades of Red Berry #781315

Tints of Red Berry #781315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.88%

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

R = 75%
G = 11.88%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#781315 (or 0x781315) is known color: Red Berry. HEX triplet: 78, 13 and 15. RGB value is (120,19,21). Sum of RGB (Red+Green+Blue) = 120+19+21=160 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 120 - color contains mainly: red. Hex color #781315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781315 is #87ECEA. Grayscale: #313131. Windows color (decimal): -8908011 or 1381240. OLE color: 1381240.

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

Color convert

RGB 120 19 21 -
CMYK 0 0.84 0.83 0.53
HSL 358.81º 0.73% 0.27% -
HSV(B) 358.81º 0.84% 0.47% -
XYZ 8.11 4.51 1.15 -
YUV 49.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 120 19 21 0 0.84 0.83 0.53 358.81 0.73 0.27
Hex 78 13 15 0 54 53 35 167 49 1B
Octal 170 23 25 0 124 123 65 547 111 33
Binary 1111000 10011 10101 0 1010100 1010011 110101 101100111 1001001 11011

Color Harmonies of #781315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781315

Black with #781315

Text Example


Text Example

White with #781315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781315; }

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

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

background-color css

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

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

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

border-color css

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

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

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