Html Css Color HEX #280720 Melanzane

📋 copy color: '#280720'

red 40 ◦ green 7 ◦ blue 32

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

Shades of Melanzane #280720

Tints of Melanzane #280720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.86%

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

R = 50.63%
G = 8.86%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#280720 (or 0x280720) is known color: Melanzane. HEX triplet: 28, 07 and 20. RGB value is (40,7,32). Sum of RGB (Red+Green+Blue) = 40+7+32=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 32 (12.89% from 255 or 40.51% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #280720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280720 is #D7F8DF. Grayscale: #131313. Windows color (decimal): -14153952 or 2098984. OLE color: 2098984.

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

Color convert

RGB 40 7 32 -
CMYK 0 0.83 0.20 0.84
HSL 314.55º 0.7% 0.09% -
HSV(B) 314.55º 0.83% 0.16% -
XYZ 1.21 0.71 1.44 -
YUV 19.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 40 7 32 0 0.83 0.20 0.84 314.55 0.7 0.09
Hex 28 7 20 0 53 14 54 13B 46 9
Octal 50 7 40 0 123 24 124 473 106 11
Binary 101000 111 100000 0 1010011 10100 1010100 100111011 1000110 1001

Color Harmonies of #280720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280720

Black with #280720

Text Example


Text Example

White with #280720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280720; }

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

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

background-color css

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

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

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

border-color css

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

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

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