Html Css Color HEX #5A2038 Black Rose

📋 copy color: '#5A2038'

red 90 ◦ green 32 ◦ blue 56

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

Shades of Black Rose #5A2038

Tints of Black Rose #5A2038

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.98%

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

R = 50.56%
G = 17.98%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#5A2038 (or 0x5A2038) is known color: Black Rose. HEX triplet: 5A, 20 and 38. RGB value is (90,32,56). Sum of RGB (Red+Green+Blue) = 90+32+56=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2038 is #A5DFC7. Grayscale: #343434. Windows color (decimal): -10870728 or 3678298. OLE color: 3678298.

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

Color convert

RGB 90 32 56 -
CMYK 0 0.64 0.38 0.65
HSL 335.17º 0.48% 0.24% -
HSV(B) 335.17º 0.64% 0.35% -
XYZ 5.45 3.49 4.13 -
YUV 52.08 130.22 155.05 -
System Red Green Blue C M Y K H S L
Decimal 90 32 56 0 0.64 0.38 0.65 335.17 0.48 0.24
Hex 5A 20 38 0 40 26 41 14F 30 18
Octal 132 40 70 0 100 46 101 517 60 30
Binary 1011010 100000 111000 0 1000000 100110 1000001 101001111 110000 11000

Color Harmonies of #5A2038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2038

Black with #5A2038

Text Example


Text Example

White with #5A2038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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