#5B253B

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

Shades of Black Rose #5B253B

Tints of Black Rose #5B253B

Color information

#5B253B (or 0x5B253B) is unknown color: approx Black Rose. HEX triplet: 5B, 25 and 3B. RGB value is (91,37,59). Sum of RGB (Red+Green+Blue) = 91+37+59=187 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.66% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 91 - color contains mainly: red. Hex color #5B253B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B253B is #A4DAC4. Grayscale: #373737. Windows color (decimal): -10803909 or 3876187. OLE color: 3876187.

HSL color Cylindrical-coordinate representation of color #5B253B: hue angle of 335.56º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B253B is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB913759-
CMYK00.590.350.64
HSL335.56º42.19%25.1%-
HSV(B)335.56º59.34%35.69%-
XYZ5.773.864.58-
YUV55.65129.89153.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 48.66%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 59 (23.44% from 255) = 31.55%
R=48.66%
G=19.79%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91375900.590.350.64335.5642.1925.1
Hex5B253B03B23401502a19
Octal1334573073431005205231
Binary10110111001011110110111011100011100000010101000010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,37,59); }

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

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

 a { background-color: rgb(91,37,59); }

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

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

 span { border-color: rgb(91,37,59); }

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