Html Css Color HEX #5A1830 Black Rose

📋 copy color: '#5A1830'

red 90 ◦ green 24 ◦ blue 48

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

Shades of Black Rose #5A1830

Tints of Black Rose #5A1830

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.81%

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

R = 55.56%
G = 14.81%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#5A1830 (or 0x5A1830) is known color: Black Rose. HEX triplet: 5A, 18 and 30. RGB value is (90,24,48). Sum of RGB (Red+Green+Blue) = 90+24+48=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1830 is #A5E7CF. Grayscale: #2E2E2E. Windows color (decimal): -10872784 or 3151962. OLE color: 3151962.

HSL color Cylindrical-coordinate representation of color #5A1830: hue angle of 338.18º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A1830 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 24 48 -
CMYK 0 0.73 0.47 0.65
HSL 338.18º 0.58% 0.22% -
HSV(B) 338.18º 0.73% 0.35% -
XYZ 5.08 3.04 3.12 -
YUV 46.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 90 24 48 0 0.73 0.47 0.65 338.18 0.58 0.22
Hex 5A 18 30 0 49 2F 41 152 3A 16
Octal 132 30 60 0 111 57 101 522 72 26
Binary 1011010 11000 110000 0 1001001 101111 1000001 101010010 111010 10110

Color Harmonies of #5A1830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1830

Black with #5A1830

Text Example


Text Example

White with #5A1830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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