Html Css Color HEX #78121D Red Berry

📋 copy color: '#78121D'

red 120 ◦ green 18 ◦ blue 29

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

Shades of Red Berry #78121D

Tints of Red Berry #78121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.78%

 BLUE value IS 29 (11.72% from 255) = 17.37%

R = 71.86%
G = 10.78%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#78121D (or 0x78121D) is known color: Red Berry. HEX triplet: 78, 12 and 1D. RGB value is (120,18,29). Sum of RGB (Red+Green+Blue) = 120+18+29=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #78121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78121D is #87EDE2. Grayscale: #313131. Windows color (decimal): -8908259 or 1905272. OLE color: 1905272.

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

Color convert

RGB 120 18 29 -
CMYK 0 0.85 0.76 0.53
HSL 353.53º 0.74% 0.27% -
HSV(B) 353.53º 0.85% 0.47% -
XYZ 8.18 4.51 1.6 -
YUV 49.75 116.29 178.11 -
System Red Green Blue C M Y K H S L
Decimal 120 18 29 0 0.85 0.76 0.53 353.53 0.74 0.27
Hex 78 12 1D 0 55 4C 35 162 4A 1B
Octal 170 22 35 0 125 114 65 542 112 33
Binary 1111000 10010 11101 0 1010101 1001100 110101 101100010 1001010 11011

Color Harmonies of #78121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78121D

Black with #78121D

Text Example


Text Example

White with #78121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78121D; }

 p { color: rgb(120,18,29); }

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

background-color css

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

 a { background-color: rgb(120,18,29); }

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

border-color css

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

 span { border-color: rgb(120,18,29); }

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