Html Css Color HEX #5D2131 Black Rose

📋 copy color: '#5D2131'

red 93 ◦ green 33 ◦ blue 49

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

Shades of Black Rose #5D2131

Tints of Black Rose #5D2131

RGB

 RED value IS 93 (36.72% from 255) = 53.14%

 GREEN value IS 33 (13.28% from 255) = 18.86%

 BLUE value IS 49 (19.53% from 255) = 28%

R = 53.14%
G = 18.86%
B = 28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#5D2131 (or 0x5D2131) is known color: Black Rose. HEX triplet: 5D, 21 and 31. RGB value is (93,33,49). Sum of RGB (Red+Green+Blue) = 93+33+49=175 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.14% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2131 is #A2DECE. Grayscale: #343434. Windows color (decimal): -10673871 or 3219805. OLE color: 3219805.

HSL color Cylindrical-coordinate representation of color #5D2131: hue angle of 344º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D2131 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 33 49 -
CMYK 0 0.65 0.47 0.64
HSL 344º 0.48% 0.25% -
HSV(B) 344º 0.65% 0.36% -
XYZ 5.61 3.64 3.31 -
YUV 52.76 125.88 156.7 -
System Red Green Blue C M Y K H S L
Decimal 93 33 49 0 0.65 0.47 0.64 344 0.48 0.25
Hex 5D 21 31 0 41 2F 40 158 30 19
Octal 135 41 61 0 101 57 100 530 60 31
Binary 1011101 100001 110001 0 1000001 101111 1000000 101011000 110000 11001

Color Harmonies of #5D2131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2131

Black with #5D2131

Text Example


Text Example

White with #5D2131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,33,49); }

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

background-color css

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

 a { background-color: rgb(93,33,49); }

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

border-color css

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

 span { border-color: rgb(93,33,49); }

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