#5C212E

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

Shades of Black Rose #5C212E

Tints of Black Rose #5C212E

Color information

#5C212E (or 0x5C212E) is unknown color: approx Black Rose. HEX triplet: 5C, 21 and 2E. RGB value is (92,33,46). Sum of RGB (Red+Green+Blue) = 92+33+46=171 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.80% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 92 - color contains mainly: red. Hex color #5C212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C212E is #A3DED1. Grayscale: #343434. Windows color (decimal): -10739410 or 3023196. OLE color: 3023196.

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

Color convert

RGB923346-
CMYK00.640.500.64
HSL346.78º47.2%24.51%-
HSV(B)346.78º64.13%36.08%-
XYZ5.453.562.98-
YUV52.12124.55156.44-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 53.80%
GREEN value IS 33 (13.28% from 255) = 19.30%
BLUE value IS 46 (18.36% from 255) = 26.90%
R=53.80%
G=19.30%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92334600.640.500.64346.7847.224.51
Hex5C212E040324015b2f19
Octal13441560100621005335731
Binary101110010000110111001000000110010100000010101101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,33,46); }

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

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

 a { background-color: rgb(92,33,46); }

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

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

 span { border-color: rgb(92,33,46); }

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