Html Css Color HEX #5A1C32 Black Rose

📋 copy color: '#5A1C32'

red 90 ◦ green 28 ◦ blue 50

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

Shades of Black Rose #5A1C32

Tints of Black Rose #5A1C32

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.67%

 BLUE value IS 50 (19.92% from 255) = 29.76%

R = 53.57%
G = 16.67%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#5A1C32 (or 0x5A1C32) is known color: Black Rose. HEX triplet: 5A, 1C and 32. RGB value is (90,28,50). Sum of RGB (Red+Green+Blue) = 90+28+50=168 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.57% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1C32 is #A5E3CD. Grayscale: #313131. Windows color (decimal): -10871758 or 3284058. OLE color: 3284058.

HSL color Cylindrical-coordinate representation of color #5A1C32: hue angle of 338.71º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A1C32 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 28 50 -
CMYK 0 0.69 0.44 0.65
HSL 338.71º 0.53% 0.23% -
HSV(B) 338.71º 0.69% 0.35% -
XYZ 5.21 3.23 3.37 -
YUV 49.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 90 28 50 0 0.69 0.44 0.65 338.71 0.53 0.23
Hex 5A 1C 32 0 45 2C 41 153 35 17
Octal 132 34 62 0 105 54 101 523 65 27
Binary 1011010 11100 110010 0 1000101 101100 1000001 101010011 110101 10111

Color Harmonies of #5A1C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1C32

Black with #5A1C32

Text Example


Text Example

White with #5A1C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,28,50); }

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

background-color css

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

 a { background-color: rgb(90,28,50); }

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

border-color css

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

 span { border-color: rgb(90,28,50); }

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