#5A2F3F

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

Shades of Black Rose #5A2F3F

Tints of Black Rose #5A2F3F

Color information

#5A2F3F (or 0x5A2F3F) is unknown color: approx Black Rose. HEX triplet: 5A, 2F and 3F. RGB value is (90,47,63). Sum of RGB (Red+Green+Blue) = 90+47+63=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2F3F is #A5D0C0. Grayscale: #3D3D3D. Windows color (decimal): -10866881 or 4140890. OLE color: 4140890.

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

Color convert

RGB904763-
CMYK00.480.300.65
HSL337.67º31.39%26.86%-
HSV(B)337.67º47.78%35.29%-
XYZ6.134.575.26-
YUV61.68128.75148.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45%
GREEN value IS 47 (18.75% from 255) = 23.5%
BLUE value IS 63 (25% from 255) = 31.5%
R=45%
G=23.5%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90476300.480.300.65337.6731.3926.86
Hex5A2F3F0301E411521f1b
Octal1325777060361015223733
Binary101101010111111111101100001111010000011010100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,47,63); }

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

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

 a { background-color: rgb(90,47,63); }

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

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

 span { border-color: rgb(90,47,63); }

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