Html Css Color HEX #781319 Red Berry

📋 copy color: '#781319'

red 120 ◦ green 19 ◦ blue 25

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

Shades of Red Berry #781319

Tints of Red Berry #781319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.24%

R = 73.17%
G = 11.59%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#781319 (or 0x781319) is known color: Red Berry. HEX triplet: 78, 13 and 19. RGB value is (120,19,25). Sum of RGB (Red+Green+Blue) = 120+19+25=164 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.17% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 120 - color contains mainly: red. Hex color #781319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781319 is #87ECE6. Grayscale: #313131. Windows color (decimal): -8908007 or 1643384. OLE color: 1643384.

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

Color convert

RGB 120 19 25 -
CMYK 0 0.84 0.79 0.53
HSL 356.44º 0.73% 0.27% -
HSV(B) 356.44º 0.84% 0.47% -
XYZ 8.15 4.53 1.36 -
YUV 49.88 113.96 178.01 -
System Red Green Blue C M Y K H S L
Decimal 120 19 25 0 0.84 0.79 0.53 356.44 0.73 0.27
Hex 78 13 19 0 54 4F 35 164 49 1B
Octal 170 23 31 0 124 117 65 544 111 33
Binary 1111000 10011 11001 0 1010100 1001111 110101 101100100 1001001 11011

Color Harmonies of #781319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781319

Black with #781319

Text Example


Text Example

White with #781319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781319; }

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

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

background-color css

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

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

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

border-color css

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

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

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