#5C1431

Color #5C1431 Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #5C1431

Tints of Black Rose #5C1431

Color information

#5C1431 (or 0x5C1431) is unknown color: approx Black Rose. HEX triplet: 5C, 14 and 31. RGB value is (92,20,49). Sum of RGB (Red+Green+Blue) = 92+20+49=161 (21% of max value = 765). Red value is 92 (36.33% from 255 or 57.14% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1431 is #A3EBCE. Grayscale: #2C2C2C. Windows color (decimal): -10742735 or 3216476. OLE color: 3216476.

HSL color Cylindrical-coordinate representation of color #5C1431: hue angle of 335.83º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C1431 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB922049-
CMYK00.780.470.64
HSL335.83º64.29%21.96%-
HSV(B)335.83º78.26%36.08%-
XYZ5.2233.21-
YUV44.83130.35161.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 57.14%
GREEN value IS 20 (8.20% from 255) = 12.42%
BLUE value IS 49 (19.53% from 255) = 30.43%
R=57.14%
G=12.42%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92204900.780.470.64335.8364.2921.96
Hex5C143104E2F401504016
Octal134246101165710052010026
Binary101110010100110001010011101011111000000101010000100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,20,49); }

 H1.HeaderClassName
 {
   color: #5C1431;
 }
 .AnyTagClassName
 {
   color: #5C1431;
 }
</style>
background-color css

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

 a { background-color: rgb(92,20,49); }

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

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

 span { border-color: rgb(92,20,49); }

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