Html Css Color HEX #5A1B30 Black Rose

📋 copy color: '#5A1B30'

red 90 ◦ green 27 ◦ blue 48

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

Shades of Black Rose #5A1B30

Tints of Black Rose #5A1B30

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.36%

 BLUE value IS 48 (19.14% from 255) = 29.09%

R = 54.55%
G = 16.36%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#5A1B30 (or 0x5A1B30) is known color: Black Rose. HEX triplet: 5A, 1B and 30. RGB value is (90,27,48). Sum of RGB (Red+Green+Blue) = 90+27+48=165 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.55% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1B30 is #A5E4CF. Grayscale: #303030. Windows color (decimal): -10872016 or 3152730. OLE color: 3152730.

HSL color Cylindrical-coordinate representation of color #5A1B30: hue angle of 340º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A1B30 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 27 48 -
CMYK 0 0.70 0.47 0.65
HSL 340º 0.54% 0.23% -
HSV(B) 340º 0.7% 0.35% -
XYZ 5.14 3.17 3.14 -
YUV 48.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 90 27 48 0 0.70 0.47 0.65 340 0.54 0.23
Hex 5A 1B 30 0 46 2F 41 154 36 17
Octal 132 33 60 0 106 57 101 524 66 27
Binary 1011010 11011 110000 0 1000110 101111 1000001 101010100 110110 10111

Color Harmonies of #5A1B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1B30

Black with #5A1B30

Text Example


Text Example

White with #5A1B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,27,48); }

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

background-color css

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

 a { background-color: rgb(90,27,48); }

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

border-color css

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

 span { border-color: rgb(90,27,48); }

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