#5C212F

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

Shades of Black Rose #5C212F

Tints of Black Rose #5C212F

Color information

#5C212F (or 0x5C212F) is unknown color: approx Black Rose. HEX triplet: 5C, 21 and 2F. RGB value is (92,33,47). Sum of RGB (Red+Green+Blue) = 92+33+47=172 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.49% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 92 - color contains mainly: red. Hex color #5C212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C212F is #A3DED0. Grayscale: #343434. Windows color (decimal): -10739409 or 3088732. OLE color: 3088732.

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

Color convert

RGB923347-
CMYK00.640.490.64
HSL345.76º47.2%24.51%-
HSV(B)345.76º64.13%36.08%-
XYZ5.473.573.09-
YUV52.24125.05156.36-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 53.49%
GREEN value IS 33 (13.28% from 255) = 19.19%
BLUE value IS 47 (18.75% from 255) = 27.33%
R=53.49%
G=19.19%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92334700.640.490.64345.7647.224.51
Hex5C212F040314015a2f19
Octal13441570100611005325731
Binary101110010000110111101000000110001100000010101101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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