#5B132F

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

Shades of Black Rose #5B132F

Tints of Black Rose #5B132F

Color information

#5B132F (or 0x5B132F) is unknown color: approx Black Rose. HEX triplet: 5B, 13 and 2F. RGB value is (91,19,47). Sum of RGB (Red+Green+Blue) = 91+19+47=157 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.96% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 91 - color contains mainly: red. Hex color #5B132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B132F is #A4ECD0. Grayscale: #2B2B2B. Windows color (decimal): -10808529 or 3085147. OLE color: 3085147.

HSL color Cylindrical-coordinate representation of color #5B132F: hue angle of 336.67º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B132F is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB911947-
CMYK00.790.480.64
HSL336.67º65.45%21.57%-
HSV(B)336.67º79.12%35.69%-
XYZ5.062.92.98-
YUV43.72129.85161.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 57.96%
GREEN value IS 19 (7.81% from 255) = 12.10%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=57.96%
G=12.10%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91194700.790.480.64336.6765.4521.57
Hex5B132F04F30401514116
Octal133235701176010052110126
Binary101101110011101111010011111100001000000101010001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,19,47); }

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

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

 a { background-color: rgb(91,19,47); }

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

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

 span { border-color: rgb(91,19,47); }

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