Html Css Color HEX #78112A Red Berry

📋 copy color: '#78112A'

red 120 ◦ green 17 ◦ blue 42

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

Shades of Red Berry #78112A

Tints of Red Berry #78112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.46%

R = 67.04%
G = 9.5%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#78112A (or 0x78112A) is known color: Red Berry. HEX triplet: 78, 11 and 2A. RGB value is (120,17,42). Sum of RGB (Red+Green+Blue) = 120+17+42=179 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.04% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 120 - color contains mainly: red. Hex color #78112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78112A is #87EED5. Grayscale: #323232. Windows color (decimal): -8908502 or 2756984. OLE color: 2756984.

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

Color convert

RGB 120 17 42 -
CMYK 0 0.86 0.65 0.53
HSL 345.44º 0.75% 0.27% -
HSV(B) 345.44º 0.86% 0.47% -
XYZ 8.36 4.56 2.63 -
YUV 50.65 123.12 177.47 -
System Red Green Blue C M Y K H S L
Decimal 120 17 42 0 0.86 0.65 0.53 345.44 0.75 0.27
Hex 78 11 2A 0 56 41 35 159 4B 1B
Octal 170 21 52 0 126 101 65 531 113 33
Binary 1111000 10001 101010 0 1010110 1000001 110101 101011001 1001011 11011

Color Harmonies of #78112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78112A

Black with #78112A

Text Example


Text Example

White with #78112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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