Html Css Color HEX #5B293C Black Rose

📋 copy color: '#5B293C'

red 91 ◦ green 41 ◦ blue 60

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

Shades of Black Rose #5B293C

Tints of Black Rose #5B293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.35%

 BLUE value IS 60 (23.83% from 255) = 31.25%

R = 47.4%
G = 21.35%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#5B293C (or 0x5B293C) is known color: Black Rose. HEX triplet: 5B, 29 and 3C. RGB value is (91,41,60). Sum of RGB (Red+Green+Blue) = 91+41+60=192 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.40% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 91 - color contains mainly: red. Hex color #5B293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B293C is #A4D6C3. Grayscale: #3A3A3A. Windows color (decimal): -10802884 or 3942747. OLE color: 3942747.

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

Color convert

RGB 91 41 60 -
CMYK 0 0.55 0.34 0.64
HSL 337.2º 0.38% 0.26% -
HSV(B) 337.2º 0.55% 0.36% -
XYZ 5.92 4.14 4.76 -
YUV 58.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 91 41 60 0 0.55 0.34 0.64 337.2 0.38 0.26
Hex 5B 29 3C 0 37 22 40 151 26 1A
Octal 133 51 74 0 67 42 100 521 46 32
Binary 1011011 101001 111100 0 110111 100010 1000000 101010001 100110 11010

Color Harmonies of #5B293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B293C

Black with #5B293C

Text Example


Text Example

White with #5B293C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,41,60); }

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

background-color css

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

 a { background-color: rgb(91,41,60); }

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

border-color css

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

 span { border-color: rgb(91,41,60); }

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