#5B2238

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

Shades of Black Rose #5B2238

Tints of Black Rose #5B2238

Color information

#5B2238 (or 0x5B2238) is unknown color: approx Black Rose. HEX triplet: 5B, 22 and 38. RGB value is (91,34,56). Sum of RGB (Red+Green+Blue) = 91+34+56=181 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.28% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2238 is #A4DDC7. Grayscale: #353535. Windows color (decimal): -10804680 or 3678811. OLE color: 3678811.

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

Color convert

RGB913456-
CMYK00.630.380.64
HSL336.84º45.6%24.51%-
HSV(B)336.84º62.64%35.69%-
XYZ5.63.654.15-
YUV53.55129.38154.71-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 50.28%
GREEN value IS 34 (13.67% from 255) = 18.78%
BLUE value IS 56 (22.27% from 255) = 30.94%
R=50.28%
G=18.78%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91345600.630.380.64336.8445.624.51
Hex5B223803F26401512e19
Octal1334270077461005215631
Binary10110111000101110000111111100110100000010101000110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,34,56); }

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

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

 a { background-color: rgb(91,34,56); }

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

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

 span { border-color: rgb(91,34,56); }

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