Html Css Color HEX #5A152E Black Rose

📋 copy color: '#5A152E'

red 90 ◦ green 21 ◦ blue 46

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

Shades of Black Rose #5A152E

Tints of Black Rose #5A152E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 29.3%

R = 57.32%
G = 13.38%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#5A152E (or 0x5A152E) is known color: Black Rose. HEX triplet: 5A, 15 and 2E. RGB value is (90,21,46). Sum of RGB (Red+Green+Blue) = 90+21+46=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A152E is #A5EAD1. Grayscale: #2C2C2C. Windows color (decimal): -10873554 or 3020122. OLE color: 3020122.

HSL color Cylindrical-coordinate representation of color #5A152E: hue angle of 338.26º 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 #5A152E is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 21 46 -
CMYK 0 0.77 0.49 0.65
HSL 338.26º 0.62% 0.22% -
HSV(B) 338.26º 0.77% 0.35% -
XYZ 4.98 2.91 2.88 -
YUV 44.48 128.86 160.47 -
System Red Green Blue C M Y K H S L
Decimal 90 21 46 0 0.77 0.49 0.65 338.26 0.62 0.22
Hex 5A 15 2E 0 4D 31 41 152 3E 16
Octal 132 25 56 0 115 61 101 522 76 26
Binary 1011010 10101 101110 0 1001101 110001 1000001 101010010 111110 10110

Color Harmonies of #5A152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A152E

Black with #5A152E

Text Example


Text Example

White with #5A152E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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