Html Css Color HEX #78122C Red Berry

📋 copy color: '#78122C'

red 120 ◦ green 18 ◦ blue 44

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

Shades of Red Berry #78122C

Tints of Red Berry #78122C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.18%

R = 65.93%
G = 9.89%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#78122C (or 0x78122C) is known color: Red Berry. HEX triplet: 78, 12 and 2C. RGB value is (120,18,44). Sum of RGB (Red+Green+Blue) = 120+18+44=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #78122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78122C is #87EDD3. Grayscale: #333333. Windows color (decimal): -8908244 or 2888312. OLE color: 2888312.

HSL color Cylindrical-coordinate representation of color #78122C: hue angle of 344.71º 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 #78122C is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 18 44 -
CMYK 0 0.85 0.63 0.53
HSL 344.71º 0.74% 0.27% -
HSV(B) 344.71º 0.85% 0.47% -
XYZ 8.42 4.61 2.83 -
YUV 51.46 123.79 176.89 -
System Red Green Blue C M Y K H S L
Decimal 120 18 44 0 0.85 0.63 0.53 344.71 0.74 0.27
Hex 78 12 2C 0 55 3F 35 159 4A 1B
Octal 170 22 54 0 125 77 65 531 112 33
Binary 1111000 10010 101100 0 1010101 111111 110101 101011001 1001010 11011

Color Harmonies of #78122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78122C

Black with #78122C

Text Example


Text Example

White with #78122C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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