Html Css Color HEX #5A2138 Black Rose

📋 copy color: '#5A2138'

red 90 ◦ green 33 ◦ blue 56

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

Shades of Black Rose #5A2138

Tints of Black Rose #5A2138

RGB

 RED value IS 90 (35.55% from 255) = 50.28%

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

 BLUE value IS 56 (22.27% from 255) = 31.28%

R = 50.28%
G = 18.44%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#5A2138 (or 0x5A2138) is known color: Black Rose. HEX triplet: 5A, 21 and 38. RGB value is (90,33,56). Sum of RGB (Red+Green+Blue) = 90+33+56=179 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.28% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2138 is #A5DEC7. Grayscale: #343434. Windows color (decimal): -10870472 or 3678554. OLE color: 3678554.

HSL color Cylindrical-coordinate representation of color #5A2138: hue angle of 335.79º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A2138 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 33 56 -
CMYK 0 0.63 0.38 0.65
HSL 335.79º 0.46% 0.24% -
HSV(B) 335.79º 0.63% 0.35% -
XYZ 5.47 3.55 4.14 -
YUV 52.67 129.88 154.63 -
System Red Green Blue C M Y K H S L
Decimal 90 33 56 0 0.63 0.38 0.65 335.79 0.46 0.24
Hex 5A 21 38 0 3F 26 41 150 2E 18
Octal 132 41 70 0 77 46 101 520 56 30
Binary 1011010 100001 111000 0 111111 100110 1000001 101010000 101110 11000

Color Harmonies of #5A2138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2138

Black with #5A2138

Text Example


Text Example

White with #5A2138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,33,56); }

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

background-color css

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

 a { background-color: rgb(90,33,56); }

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

border-color css

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

 span { border-color: rgb(90,33,56); }

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