Html Css Color HEX #280820 Melanzane

📋 copy color: '#280820'

red 40 ◦ green 8 ◦ blue 32

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

Shades of Melanzane #280820

Tints of Melanzane #280820

RGB

 RED value IS 40 (16.02% from 255) = 50%

 GREEN value IS 8 (3.52% from 255) = 10%

 BLUE value IS 32 (12.89% from 255) = 40%

R = 50%
G = 10%
B = 40%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#280820 (or 0x280820) is known color: Melanzane. HEX triplet: 28, 08 and 20. RGB value is (40,8,32). Sum of RGB (Red+Green+Blue) = 40+8+32=80 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 32 (12.89% from 255 or 40% from 80); Max value from RGB is 40 - color contains mainly: red. Hex color #280820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280820 is #D7F7DF. Grayscale: #141414. Windows color (decimal): -14153696 or 2099240. OLE color: 2099240.

HSL color Cylindrical-coordinate representation of color #280820: hue angle of 315º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #280820 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 8 32 -
CMYK 0 0.80 0.20 0.84
HSL 315º 0.67% 0.09% -
HSV(B) 315º 0.8% 0.16% -
XYZ 1.22 0.73 1.44 -
YUV 20.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 40 8 32 0 0.80 0.20 0.84 315 0.67 0.09
Hex 28 8 20 0 50 14 54 13B 43 9
Octal 50 10 40 0 120 24 124 473 103 11
Binary 101000 1000 100000 0 1010000 10100 1010100 100111011 1000011 1001

Color Harmonies of #280820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280820

Black with #280820

Text Example


Text Example

White with #280820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280820; }

 p { color: rgb(40,8,32); }

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

background-color css

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

 a { background-color: rgb(40,8,32); }

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

border-color css

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

 span { border-color: rgb(40,8,32); }

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