#5A2935

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

Shades of Black Rose #5A2935

Tints of Black Rose #5A2935

Color information

#5A2935 (or 0x5A2935) is unknown color: approx Black Rose. HEX triplet: 5A, 29 and 35. RGB value is (90,41,53). Sum of RGB (Red+Green+Blue) = 90+41+53=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2935 is #A5D6CA. Grayscale: #393939. Windows color (decimal): -10868427 or 3483994. OLE color: 3483994.

HSL color Cylindrical-coordinate representation of color #5A2935: hue angle of 345.31º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A2935 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB904153-
CMYK00.540.410.65
HSL345.31º37.4%25.69%-
HSV(B)345.31º54.44%35.29%-
XYZ5.654.023.85-
YUV57.02125.73151.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 48.91%
GREEN value IS 41 (16.41% from 255) = 22.28%
BLUE value IS 53 (21.09% from 255) = 28.80%
R=48.91%
G=22.28%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90415300.540.410.65345.3137.425.69
Hex5A29350362941159251a
Octal1325165066511015314532
Binary10110101010011101010110110101001100000110101100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,41,53); }

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

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

 a { background-color: rgb(90,41,53); }

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

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

 span { border-color: rgb(90,41,53); }

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