Html Css Color HEX #801425 Red Berry

📋 copy color: '#801425'

red 128 ◦ green 20 ◦ blue 37

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

Shades of Red Berry #801425

Tints of Red Berry #801425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20%

R = 69.19%
G = 10.81%
B = 20%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#801425 (or 0x801425) is known color: Red Berry. HEX triplet: 80, 14 and 25. RGB value is (128,20,37). Sum of RGB (Red+Green+Blue) = 128+20+37=185 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.19% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 128 - color contains mainly: red. Hex color #801425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801425 is #7FEBDA. Grayscale: #363636. Windows color (decimal): -8383451 or 2430080. OLE color: 2430080.

HSL color Cylindrical-coordinate representation of color #801425: hue angle of 350.56º 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 #801425 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 20 37 -
CMYK 0 0.84 0.71 0.50
HSL 350.56º 0.73% 0.29% -
HSV(B) 350.56º 0.84% 0.5% -
XYZ 9.49 5.22 2.26 -
YUV 54.23 118.28 180.62 -
System Red Green Blue C M Y K H S L
Decimal 128 20 37 0 0.84 0.71 0.50 350.56 0.73 0.29
Hex 80 14 25 0 54 47 32 15F 49 1D
Octal 200 24 45 0 124 107 62 537 111 35
Binary 10000000 10100 100101 0 1010100 1000111 110010 101011111 1001001 11101

Color Harmonies of #801425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801425

Black with #801425

Text Example


Text Example

White with #801425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801425; }

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

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

background-color css

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

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

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

border-color css

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

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

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