Html Css Color HEX #5A1E30 Black Rose

📋 copy color: '#5A1E30'

red 90 ◦ green 30 ◦ blue 48

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

Shades of Black Rose #5A1E30

Tints of Black Rose #5A1E30

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.86%

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

R = 53.57%
G = 17.86%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#5A1E30 (or 0x5A1E30) is known color: Black Rose. HEX triplet: 5A, 1E and 30. RGB value is (90,30,48). Sum of RGB (Red+Green+Blue) = 90+30+48=168 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.57% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1E30 is #A5E1CF. Grayscale: #313131. Windows color (decimal): -10871248 or 3153498. OLE color: 3153498.

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

Color convert

RGB 90 30 48 -
CMYK 0 0.67 0.47 0.65
HSL 342º 0.5% 0.24% -
HSV(B) 342º 0.67% 0.35% -
XYZ 5.21 3.32 3.16 -
YUV 49.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 90 30 48 0 0.67 0.47 0.65 342 0.5 0.24
Hex 5A 1E 30 0 43 2F 41 156 32 18
Octal 132 36 60 0 103 57 101 526 62 30
Binary 1011010 11110 110000 0 1000011 101111 1000001 101010110 110010 11000

Color Harmonies of #5A1E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1E30

Black with #5A1E30

Text Example


Text Example

White with #5A1E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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