Html Css Color HEX #781126 Red Berry

📋 copy color: '#781126'

red 120 ◦ green 17 ◦ blue 38

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

Shades of Red Berry #781126

Tints of Red Berry #781126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.71%

R = 68.57%
G = 9.71%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#781126 (or 0x781126) is known color: Red Berry. HEX triplet: 78, 11 and 26. RGB value is (120,17,38). Sum of RGB (Red+Green+Blue) = 120+17+38=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #781126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781126 is #87EED9. Grayscale: #323232. Windows color (decimal): -8908506 or 2494840. OLE color: 2494840.

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

Color convert

RGB 120 17 38 -
CMYK 0 0.86 0.68 0.53
HSL 347.77º 0.75% 0.27% -
HSV(B) 347.77º 0.86% 0.47% -
XYZ 8.3 4.53 2.27 -
YUV 50.19 121.12 177.79 -
System Red Green Blue C M Y K H S L
Decimal 120 17 38 0 0.86 0.68 0.53 347.77 0.75 0.27
Hex 78 11 26 0 56 44 35 15C 4B 1B
Octal 170 21 46 0 126 104 65 534 113 33
Binary 1111000 10001 100110 0 1010110 1000100 110101 101011100 1001011 11011

Color Harmonies of #781126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781126

Black with #781126

Text Example


Text Example

White with #781126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781126; }

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

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

background-color css

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

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

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

border-color css

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

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

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