Html Css Color HEX #78111C Red Berry

📋 copy color: '#78111C'

red 120 ◦ green 17 ◦ blue 28

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

Shades of Red Berry #78111C

Tints of Red Berry #78111C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.3%

 BLUE value IS 28 (11.33% from 255) = 16.97%

R = 72.73%
G = 10.3%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#78111C (or 0x78111C) is known color: Red Berry. HEX triplet: 78, 11 and 1C. RGB value is (120,17,28). Sum of RGB (Red+Green+Blue) = 120+17+28=165 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.73% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 120 - color contains mainly: red. Hex color #78111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78111C is #87EEE3. Grayscale: #313131. Windows color (decimal): -8908516 or 1839480. OLE color: 1839480.

HSL color Cylindrical-coordinate representation of color #78111C: hue angle of 353.59º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #78111C is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 17 28 -
CMYK 0 0.86 0.77 0.53
HSL 353.59º 0.75% 0.27% -
HSV(B) 353.59º 0.86% 0.47% -
XYZ 8.16 4.48 1.53 -
YUV 49.05 116.12 178.61 -
System Red Green Blue C M Y K H S L
Decimal 120 17 28 0 0.86 0.77 0.53 353.59 0.75 0.27
Hex 78 11 1C 0 56 4D 35 162 4B 1B
Octal 170 21 34 0 126 115 65 542 113 33
Binary 1111000 10001 11100 0 1010110 1001101 110101 101100010 1001011 11011

Color Harmonies of #78111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78111C

Black with #78111C

Text Example


Text Example

White with #78111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78111C; }

 p { color: rgb(120,17,28); }

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

background-color css

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

 a { background-color: rgb(120,17,28); }

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

border-color css

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

 span { border-color: rgb(120,17,28); }

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