Html Css Color HEX #36142D Melanzane

📋 copy color: '#36142D'

red 54 ◦ green 20 ◦ blue 45

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

Shades of Melanzane #36142D

Tints of Melanzane #36142D

RGB

 RED value IS 54 (21.48% from 255) = 45.38%

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

 BLUE value IS 45 (17.97% from 255) = 37.82%

R = 45.38%
G = 16.81%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.79

RGB Variations

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

Color information

#36142D (or 0x36142D) is known color: Melanzane. HEX triplet: 36, 14 and 2D. RGB value is (54,20,45). Sum of RGB (Red+Green+Blue) = 54+20+45=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 54 - color contains mainly: red. Hex color #36142D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36142D is #C9EBD2. Grayscale: #202020. Windows color (decimal): -13233107 or 2954294. OLE color: 2954294.

HSL color Cylindrical-coordinate representation of color #36142D: hue angle of 315.88º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #36142D is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 20 45 -
CMYK 0 0.63 0.17 0.79
HSL 315.88º 0.46% 0.15% -
HSV(B) 315.88º 0.63% 0.21% -
XYZ 2.25 1.47 2.65 -
YUV 33.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 54 20 45 0 0.63 0.17 0.79 315.88 0.46 0.15
Hex 36 14 2D 0 3F 11 4F 13C 2E F
Octal 66 24 55 0 77 21 117 474 56 17
Binary 110110 10100 101101 0 111111 10001 1001111 100111100 101110 1111

Color Harmonies of #36142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36142D

Black with #36142D

Text Example


Text Example

White with #36142D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36142D; }

 p { color: rgb(54,20,45); }

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

background-color css

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

 a { background-color: rgb(54,20,45); }

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

border-color css

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

 span { border-color: rgb(54,20,45); }

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