Html Css Color HEX #781018 Red Berry

📋 copy color: '#781018'

red 120 ◦ green 16 ◦ blue 24

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

Shades of Red Berry #781018

Tints of Red Berry #781018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10%

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

R = 75%
G = 10%
B = 15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.8

 K value IS 0.53

RGB Variations

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

Color information

#781018 (or 0x781018) is known color: Red Berry. HEX triplet: 78, 10 and 18. RGB value is (120,16,24). Sum of RGB (Red+Green+Blue) = 120+16+24=160 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 120 - color contains mainly: red. Hex color #781018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781018 is #87EFE7. Grayscale: #303030. Windows color (decimal): -8908776 or 1577080. OLE color: 1577080.

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

Color convert

RGB 120 16 24 -
CMYK 0 0.87 0.8 0.53
HSL 355.38º 0.76% 0.27% -
HSV(B) 355.38º 0.87% 0.47% -
XYZ 8.1 4.43 1.29 -
YUV 48.01 114.46 179.35 -
System Red Green Blue C M Y K H S L
Decimal 120 16 24 0 0.87 0.8 0.53 355.38 0.76 0.27
Hex 78 10 18 0 57 50 35 163 4C 1B
Octal 170 20 30 0 127 120 65 543 114 33
Binary 1111000 10000 11000 0 1010111 1010000 110101 101100011 1001100 11011

Color Harmonies of #781018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781018

Black with #781018

Text Example


Text Example

White with #781018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781018; }

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

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

background-color css

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

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

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

border-color css

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

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

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