Html Css Color HEX #78151E Red Berry

📋 copy color: '#78151E'

red 120 ◦ green 21 ◦ blue 30

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

Shades of Red Berry #78151E

Tints of Red Berry #78151E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.54%

R = 70.18%
G = 12.28%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#78151E (or 0x78151E) is known color: Red Berry. HEX triplet: 78, 15 and 1E. RGB value is (120,21,30). Sum of RGB (Red+Green+Blue) = 120+21+30=171 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.18% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 120 - color contains mainly: red. Hex color #78151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78151E is #87EAE1. Grayscale: #333333. Windows color (decimal): -8907490 or 1971576. OLE color: 1971576.

HSL color Cylindrical-coordinate representation of color #78151E: hue angle of 354.55º 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 #78151E is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 21 30 -
CMYK 0 0.83 0.75 0.53
HSL 354.55º 0.7% 0.28% -
HSV(B) 354.55º 0.83% 0.47% -
XYZ 8.25 4.62 1.69 -
YUV 51.63 115.8 176.77 -
System Red Green Blue C M Y K H S L
Decimal 120 21 30 0 0.83 0.75 0.53 354.55 0.7 0.28
Hex 78 15 1E 0 53 4B 35 163 46 1C
Octal 170 25 36 0 123 113 65 543 106 34
Binary 1111000 10101 11110 0 1010011 1001011 110101 101100011 1000110 11100

Color Harmonies of #78151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78151E

Black with #78151E

Text Example


Text Example

White with #78151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78151E; }

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

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

background-color css

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

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

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

border-color css

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

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

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