#5A283E

Color #5A283E Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #5A283E

Tints of Black Rose #5A283E

Color information

#5A283E (or 0x5A283E) is unknown color: approx Black Rose. HEX triplet: 5A, 28 and 3E. RGB value is (90,40,62). Sum of RGB (Red+Green+Blue) = 90+40+62=192 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.88% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 90 - color contains mainly: red. Hex color #5A283E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A283E is #A5D7C1. Grayscale: #393939. Windows color (decimal): -10868674 or 4073562. OLE color: 4073562.

HSL color Cylindrical-coordinate representation of color #5A283E: hue angle of 333.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A283E is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB904062-
CMYK00.560.310.65
HSL333.6º38.46%25.49%-
HSV(B)333.6º55.56%35.29%-
XYZ5.844.045.03-
YUV57.46130.56151.21-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.88%
GREEN value IS 40 (16.02% from 255) = 20.83%
BLUE value IS 62 (24.61% from 255) = 32.29%
R=46.88%
G=20.83%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90406200.560.310.65333.638.4625.49
Hex5A283E0381F4114e2619
Octal1325076070371015164631
Binary1011010101000111110011100011111100000110100111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A283E; }

 p { color: rgb(90,40,62); }

 H1.HeaderClassName
 {
   color: #5A283E;
 }
 .AnyTagClassName
 {
   color: #5A283E;
 }
</style>
background-color css

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

 a { background-color: rgb(90,40,62); }

 div.DivClassName
 {
   background-color: #5A283E;
 }
 .BgClassName
 {
   background-color: #5A283E;
 }
</style>
border-color css

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

 span { border-color: rgb(90,40,62); }

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