#5B232F

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

Shades of Black Rose #5B232F

Tints of Black Rose #5B232F

Color information

#5B232F (or 0x5B232F) is unknown color: approx Black Rose. HEX triplet: 5B, 23 and 2F. RGB value is (91,35,47). Sum of RGB (Red+Green+Blue) = 91+35+47=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B232F is #A4DCD0. Grayscale: #353535. Windows color (decimal): -10804433 or 3089243. OLE color: 3089243.

HSL color Cylindrical-coordinate representation of color #5B232F: hue angle of 347.14º 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 #5B232F is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB913547-
CMYK00.620.480.64
HSL347.14º44.44%24.71%-
HSV(B)347.14º61.54%35.69%-
XYZ5.433.633.1-
YUV53.11124.55155.02-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52.60%
GREEN value IS 35 (14.06% from 255) = 20.23%
BLUE value IS 47 (18.75% from 255) = 27.17%
R=52.60%
G=20.23%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91354700.620.480.64347.1444.4424.71
Hex5B232F03E304015b2c19
Octal1334357076601005335431
Binary10110111000111011110111110110000100000010101101110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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