Html Css Color HEX #801426 Red Berry

📋 copy color: '#801426'

red 128 ◦ green 20 ◦ blue 38

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

Shades of Red Berry #801426

Tints of Red Berry #801426

RGB

 RED value IS 128 (50.39% from 255) = 68.82%

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

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

R = 68.82%
G = 10.75%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#801426 (or 0x801426) is known color: Red Berry. HEX triplet: 80, 14 and 26. RGB value is (128,20,38). Sum of RGB (Red+Green+Blue) = 128+20+38=186 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.82% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 128 - color contains mainly: red. Hex color #801426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801426 is #7FEBD9. Grayscale: #363636. Windows color (decimal): -8383450 or 2495616. OLE color: 2495616.

HSL color Cylindrical-coordinate representation of color #801426: hue angle of 350º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801426 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 20 38 -
CMYK 0 0.84 0.70 0.50
HSL 350º 0.73% 0.29% -
HSV(B) 350º 0.84% 0.5% -
XYZ 9.5 5.23 2.34 -
YUV 54.34 118.78 180.54 -
System Red Green Blue C M Y K H S L
Decimal 128 20 38 0 0.84 0.70 0.50 350 0.73 0.29
Hex 80 14 26 0 54 46 32 15E 49 1D
Octal 200 24 46 0 124 106 62 536 111 35
Binary 10000000 10100 100110 0 1010100 1000110 110010 101011110 1001001 11101

Color Harmonies of #801426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801426

Black with #801426

Text Example


Text Example

White with #801426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801426; }

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

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

background-color css

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

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

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

border-color css

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

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

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