Html Css Color HEX #5B1E35 Black Rose

📋 copy color: '#5B1E35'

red 91 ◦ green 30 ◦ blue 53

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

Shades of Black Rose #5B1E35

Tints of Black Rose #5B1E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.46%

R = 52.3%
G = 17.24%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#5B1E35 (or 0x5B1E35) is known color: Black Rose. HEX triplet: 5B, 1E and 35. RGB value is (91,30,53). Sum of RGB (Red+Green+Blue) = 91+30+53=174 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52.30% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1E35 is #A4E1CA. Grayscale: #323232. Windows color (decimal): -10805707 or 3481179. OLE color: 3481179.

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

Color convert

RGB 91 30 53 -
CMYK 0 0.67 0.42 0.64
HSL 337.38º 0.5% 0.24% -
HSV(B) 337.38º 0.67% 0.36% -
XYZ 5.42 3.41 3.74 -
YUV 50.86 129.21 156.63 -
System Red Green Blue C M Y K H S L
Decimal 91 30 53 0 0.67 0.42 0.64 337.38 0.5 0.24
Hex 5B 1E 35 0 43 2A 40 151 32 18
Octal 133 36 65 0 103 52 100 521 62 30
Binary 1011011 11110 110101 0 1000011 101010 1000000 101010001 110010 11000

Color Harmonies of #5B1E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1E35

Black with #5B1E35

Text Example


Text Example

White with #5B1E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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