Html Css Color HEX #5A152F Black Rose

📋 copy color: '#5A152F'

red 90 ◦ green 21 ◦ blue 47

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

Shades of Black Rose #5A152F

Tints of Black Rose #5A152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.29%

 BLUE value IS 47 (18.75% from 255) = 29.75%

R = 56.96%
G = 13.29%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#5A152F (or 0x5A152F) is known color: Black Rose. HEX triplet: 5A, 15 and 2F. RGB value is (90,21,47). Sum of RGB (Red+Green+Blue) = 90+21+47=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A152F is #A5EAD0. Grayscale: #2C2C2C. Windows color (decimal): -10873553 or 3085658. OLE color: 3085658.

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

Color convert

RGB 90 21 47 -
CMYK 0 0.77 0.48 0.65
HSL 337.39º 0.62% 0.22% -
HSV(B) 337.39º 0.77% 0.35% -
XYZ 5 2.92 2.99 -
YUV 44.6 129.36 160.39 -
System Red Green Blue C M Y K H S L
Decimal 90 21 47 0 0.77 0.48 0.65 337.39 0.62 0.22
Hex 5A 15 2F 0 4D 30 41 151 3E 16
Octal 132 25 57 0 115 60 101 521 76 26
Binary 1011010 10101 101111 0 1001101 110000 1000001 101010001 111110 10110

Color Harmonies of #5A152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A152F

Black with #5A152F

Text Example


Text Example

White with #5A152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,21,47); }

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

background-color css

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

 a { background-color: rgb(90,21,47); }

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

border-color css

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

 span { border-color: rgb(90,21,47); }

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