Html Css Color HEX #781426 Red Berry

📋 copy color: '#781426'

red 120 ◦ green 20 ◦ blue 38

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

Shades of Red Berry #781426

Tints of Red Berry #781426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.24%

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

R = 67.42%
G = 11.24%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#781426 (or 0x781426) is known color: Red Berry. HEX triplet: 78, 14 and 26. RGB value is (120,20,38). Sum of RGB (Red+Green+Blue) = 120+20+38=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 38 (15.23% from 255 or 21.35% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #781426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781426 is #87EBD9. Grayscale: #333333. Windows color (decimal): -8907738 or 2495608. OLE color: 2495608.

HSL color Cylindrical-coordinate representation of color #781426: hue angle of 349.2º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #781426 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 20 38 -
CMYK 0 0.83 0.68 0.53
HSL 349.2º 0.71% 0.27% -
HSV(B) 349.2º 0.83% 0.47% -
XYZ 8.35 4.63 2.29 -
YUV 51.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 120 20 38 0 0.83 0.68 0.53 349.2 0.71 0.27
Hex 78 14 26 0 53 44 35 15D 47 1B
Octal 170 24 46 0 123 104 65 535 107 33
Binary 1111000 10100 100110 0 1010011 1000100 110101 101011101 1000111 11011

Color Harmonies of #781426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781426

Black with #781426

Text Example


Text Example

White with #781426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781426; }

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

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

background-color css

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

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

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

border-color css

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

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

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