Html Css Color HEX #78151A Red Berry

📋 copy color: '#78151A'

red 120 ◦ green 21 ◦ blue 26

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

Shades of Red Berry #78151A

Tints of Red Berry #78151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.57%

R = 71.86%
G = 12.57%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#78151A (or 0x78151A) is known color: Red Berry. HEX triplet: 78, 15 and 1A. RGB value is (120,21,26). Sum of RGB (Red+Green+Blue) = 120+21+26=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #78151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78151A is #87EAE5. Grayscale: #333333. Windows color (decimal): -8907494 or 1709432. OLE color: 1709432.

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

Color convert

RGB 120 21 26 -
CMYK 0 0.83 0.78 0.53
HSL 356.97º 0.7% 0.28% -
HSV(B) 356.97º 0.83% 0.47% -
XYZ 8.2 4.6 1.43 -
YUV 51.17 113.8 177.09 -
System Red Green Blue C M Y K H S L
Decimal 120 21 26 0 0.83 0.78 0.53 356.97 0.7 0.28
Hex 78 15 1A 0 53 4E 35 165 46 1C
Octal 170 25 32 0 123 116 65 545 106 34
Binary 1111000 10101 11010 0 1010011 1001110 110101 101100101 1000110 11100

Color Harmonies of #78151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78151A

Black with #78151A

Text Example


Text Example

White with #78151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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