#5B2738

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

Shades of Black Rose #5B2738

Tints of Black Rose #5B2738

Color information

#5B2738 (or 0x5B2738) is unknown color: approx Black Rose. HEX triplet: 5B, 27 and 38. RGB value is (91,39,56). Sum of RGB (Red+Green+Blue) = 91+39+56=186 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.92% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2738 is #A4D8C7. Grayscale: #383838. Windows color (decimal): -10803400 or 3680091. OLE color: 3680091.

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

Color convert

RGB913956-
CMYK00.570.380.64
HSL340.38º40%25.49%-
HSV(B)340.38º57.14%35.69%-
XYZ5.753.964.2-
YUV56.49127.73152.62-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 48.92%
GREEN value IS 39 (15.62% from 255) = 20.97%
BLUE value IS 56 (22.27% from 255) = 30.11%
R=48.92%
G=20.97%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91395600.570.380.64340.384025.49
Hex5B273803926401542819
Octal1334770071461005245031
Binary10110111001111110000111001100110100000010101010010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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