Html Css Color HEX #5B1E33 Black Rose

📋 copy color: '#5B1E33'

red 91 ◦ green 30 ◦ blue 51

#5B1E33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Rose #5B1E33

Tints of Black Rose #5B1E33

RGB

 RED value IS 91 (35.94% from 255) = 52.91%

 GREEN value IS 30 (12.11% from 255) = 17.44%

 BLUE value IS 51 (20.31% from 255) = 29.65%

R = 52.91%
G = 17.44%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.64

RGB Variations

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

Color information

#5B1E33 (or 0x5B1E33) is known color: Black Rose. HEX triplet: 5B, 1E and 33. RGB value is (91,30,51). Sum of RGB (Red+Green+Blue) = 91+30+51=172 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.91% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1E33 is #A4E1CC. Grayscale: #323232. Windows color (decimal): -10805709 or 3350107. OLE color: 3350107.

HSL color Cylindrical-coordinate representation of color #5B1E33: hue angle of 339.34º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B1E33 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 30 51 -
CMYK 0 0.67 0.44 0.64
HSL 339.34º 0.5% 0.24% -
HSV(B) 339.34º 0.67% 0.36% -
XYZ 5.38 3.39 3.5 -
YUV 50.63 128.21 156.79 -
System Red Green Blue C M Y K H S L
Decimal 91 30 51 0 0.67 0.44 0.64 339.34 0.5 0.24
Hex 5B 1E 33 0 43 2C 40 153 32 18
Octal 133 36 63 0 103 54 100 523 62 30
Binary 1011011 11110 110011 0 1000011 101100 1000000 101010011 110010 11000

Color Harmonies of #5B1E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1E33

Black with #5B1E33

Text Example


Text Example

White with #5B1E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,30,51); }

 H1.HeaderClassName
 {
   color: #5B1E33;
 }
 .AnyTagClassName
 {
   color: #5B1E33;
 }
</style>

background-color css

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

 a { background-color: rgb(91,30,51); }

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

border-color css

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

 span { border-color: rgb(91,30,51); }

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