#5C1F35

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

Shades of Black Rose #5C1F35

Tints of Black Rose #5C1F35

Color information

#5C1F35 (or 0x5C1F35) is unknown color: approx Black Rose. HEX triplet: 5C, 1F and 35. RGB value is (92,31,53). Sum of RGB (Red+Green+Blue) = 92+31+53=176 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.27% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1F35 is #A3E0CA. Grayscale: #333333. Windows color (decimal): -10739915 or 3481436. OLE color: 3481436.

HSL color Cylindrical-coordinate representation of color #5C1F35: hue angle of 338.36º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C1F35 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB923153-
CMYK00.660.420.64
HSL338.36º49.59%24.12%-
HSV(B)338.36º66.3%36.08%-
XYZ5.553.513.75-
YUV51.75128.71156.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 52.27%
GREEN value IS 31 (12.5% from 255) = 17.61%
BLUE value IS 53 (21.09% from 255) = 30.11%
R=52.27%
G=17.61%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92315300.660.420.64338.3649.5924.12
Hex5C1F350422A401523218
Octal13437650102521005226230
Binary10111001111111010101000010101010100000010101001011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,31,53); }

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

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

 a { background-color: rgb(92,31,53); }

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

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

 span { border-color: rgb(92,31,53); }

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