#5B232D

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

Shades of Black Rose #5B232D

Tints of Black Rose #5B232D

Color information

#5B232D (or 0x5B232D) is unknown color: approx Black Rose. HEX triplet: 5B, 23 and 2D. RGB value is (91,35,45). Sum of RGB (Red+Green+Blue) = 91+35+45=171 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.22% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 91 - color contains mainly: red. Hex color #5B232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B232D is #A4DCD2. Grayscale: #343434. Windows color (decimal): -10804435 or 2958171. OLE color: 2958171.

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

Color convert

RGB913545-
CMYK00.620.510.64
HSL349.29º44.44%24.71%-
HSV(B)349.29º61.54%35.69%-
XYZ5.393.622.9-
YUV52.88123.55155.19-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 53.22%
GREEN value IS 35 (14.06% from 255) = 20.47%
BLUE value IS 45 (17.97% from 255) = 26.32%
R=53.22%
G=20.47%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91354500.620.510.64349.2944.4424.71
Hex5B232D03E334015d2c19
Octal1334355076631005355431
Binary10110111000111011010111110110011100000010101110110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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