Html Css Color HEX #781518 Red Berry

📋 copy color: '#781518'

red 120 ◦ green 21 ◦ blue 24

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

Shades of Red Berry #781518

Tints of Red Berry #781518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.73%

 BLUE value IS 24 (9.77% from 255) = 14.55%

R = 72.73%
G = 12.73%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.8

 K value IS 0.53

RGB Variations

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

Color information

#781518 (or 0x781518) is known color: Red Berry. HEX triplet: 78, 15 and 18. RGB value is (120,21,24). Sum of RGB (Red+Green+Blue) = 120+21+24=165 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.73% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 120 - color contains mainly: red. Hex color #781518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781518 is #87EAE7. Grayscale: #333333. Windows color (decimal): -8907496 or 1578360. OLE color: 1578360.

HSL color Cylindrical-coordinate representation of color #781518: hue angle of 358.18º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781518 is Cyan = 0, Magento = 0.83, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 21 24 -
CMYK 0 0.83 0.8 0.53
HSL 358.18º 0.7% 0.28% -
HSV(B) 358.18º 0.83% 0.47% -
XYZ 8.18 4.6 1.32 -
YUV 50.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 120 21 24 0 0.83 0.8 0.53 358.18 0.7 0.28
Hex 78 15 18 0 53 50 35 166 46 1C
Octal 170 25 30 0 123 120 65 546 106 34
Binary 1111000 10101 11000 0 1010011 1010000 110101 101100110 1000110 11100

Color Harmonies of #781518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781518

Black with #781518

Text Example


Text Example

White with #781518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781518; }

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

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

background-color css

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

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

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

border-color css

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

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

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