Html Css Color HEX #781213 Red Berry

📋 copy color: '#781213'

red 120 ◦ green 18 ◦ blue 19

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

Shades of Red Berry #781213

Tints of Red Berry #781213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.1%

R = 76.43%
G = 11.46%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#781213 (or 0x781213) is known color: Red Berry. HEX triplet: 78, 12 and 13. RGB value is (120,18,19). Sum of RGB (Red+Green+Blue) = 120+18+19=157 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.43% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 120 - color contains mainly: red. Hex color #781213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781213 is #87EDEC. Grayscale: #303030. Windows color (decimal): -8908269 or 1249912. OLE color: 1249912.

HSL color Cylindrical-coordinate representation of color #781213: hue angle of 359.41º 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 #781213 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 18 19 -
CMYK 0 0.85 0.84 0.53
HSL 359.41º 0.74% 0.27% -
HSV(B) 359.41º 0.85% 0.47% -
XYZ 8.08 4.47 1.05 -
YUV 48.61 111.29 178.92 -
System Red Green Blue C M Y K H S L
Decimal 120 18 19 0 0.85 0.84 0.53 359.41 0.74 0.27
Hex 78 12 13 0 55 54 35 167 4A 1B
Octal 170 22 23 0 125 124 65 547 112 33
Binary 1111000 10010 10011 0 1010101 1010100 110101 101100111 1001010 11011

Color Harmonies of #781213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781213

Black with #781213

Text Example


Text Example

White with #781213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781213; }

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

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

background-color css

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

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

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

border-color css

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

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

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