#5B233A

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

Shades of Black Rose #5B233A

Tints of Black Rose #5B233A

Color information

#5B233A (or 0x5B233A) is unknown color: approx Black Rose. HEX triplet: 5B, 23 and 3A. RGB value is (91,35,58). Sum of RGB (Red+Green+Blue) = 91+35+58=184 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.46% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 91 - color contains mainly: red. Hex color #5B233A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B233A is #A4DCC5. Grayscale: #363636. Windows color (decimal): -10804422 or 3810139. OLE color: 3810139.

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

Color convert

RGB913558-
CMYK00.620.360.64
HSL335.36º44.44%24.71%-
HSV(B)335.36º61.54%35.69%-
XYZ5.683.734.42-
YUV54.37130.05154.13-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 49.46%
GREEN value IS 35 (14.06% from 255) = 19.02%
BLUE value IS 58 (23.05% from 255) = 31.52%
R=49.46%
G=19.02%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91355800.620.360.64335.3644.4424.71
Hex5B233A03E244014f2c19
Octal1334372076441005175431
Binary10110111000111110100111110100100100000010100111110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B233A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,35,58); }

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

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

 a { background-color: rgb(91,35,58); }

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

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

 span { border-color: rgb(91,35,58); }

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