#5C2C38

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

Shades of Black Rose #5C2C38

Tints of Black Rose #5C2C38

Color information

#5C2C38 (or 0x5C2C38) is unknown color: approx Black Rose. HEX triplet: 5C, 2C and 38. RGB value is (92,44,56). Sum of RGB (Red+Green+Blue) = 92+44+56=192 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.92% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2C38 is #A3D3C7. Grayscale: #3B3B3B. Windows color (decimal): -10736584 or 3681372. OLE color: 3681372.

HSL color Cylindrical-coordinate representation of color #5C2C38: hue angle of 345º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C2C38 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.64.

Color convert

RGB924456-
CMYK00.520.390.64
HSL345º35.29%26.67%-
HSV(B)345º52.17%36.08%-
XYZ6.034.364.27-
YUV59.72125.9151.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 47.92%
GREEN value IS 44 (17.58% from 255) = 22.92%
BLUE value IS 56 (22.27% from 255) = 29.17%
R=47.92%
G=22.92%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92445600.520.390.6434535.2926.67
Hex5C2C380342740159231b
Octal1345470064471005314333
Binary10111001011001110000110100100111100000010101100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,44,56); }

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

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

 a { background-color: rgb(92,44,56); }

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

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

 span { border-color: rgb(92,44,56); }

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