Html Css Color HEX #801523 Red Berry

📋 copy color: '#801523'

red 128 ◦ green 21 ◦ blue 35

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

Shades of Red Berry #801523

Tints of Red Berry #801523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.41%

 BLUE value IS 35 (14.06% from 255) = 19.02%

R = 69.57%
G = 11.41%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#801523 (or 0x801523) is known color: Red Berry. HEX triplet: 80, 15 and 23. RGB value is (128,21,35). Sum of RGB (Red+Green+Blue) = 128+21+35=184 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.57% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 128 - color contains mainly: red. Hex color #801523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801523 is #7FEADC. Grayscale: #363636. Windows color (decimal): -8383197 or 2299264. OLE color: 2299264.

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

Color convert

RGB 128 21 35 -
CMYK 0 0.84 0.73 0.50
HSL 352.15º 0.72% 0.29% -
HSV(B) 352.15º 0.84% 0.5% -
XYZ 9.47 5.25 2.1 -
YUV 54.59 116.95 180.36 -
System Red Green Blue C M Y K H S L
Decimal 128 21 35 0 0.84 0.73 0.50 352.15 0.72 0.29
Hex 80 15 23 0 54 49 32 160 48 1D
Octal 200 25 43 0 124 111 62 540 110 35
Binary 10000000 10101 100011 0 1010100 1001001 110010 101100000 1001000 11101

Color Harmonies of #801523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801523

Black with #801523

Text Example


Text Example

White with #801523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801523; }

 p { color: rgb(128,21,35); }

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

background-color css

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

 a { background-color: rgb(128,21,35); }

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

border-color css

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

 span { border-color: rgb(128,21,35); }

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