#512C38

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

Shades of Black Rose #512C38

Tints of Black Rose #512C38

Color information

#512C38 (or 0x512C38) is unknown color: approx Black Rose. HEX triplet: 51, 2C and 38. RGB value is (81,44,56). Sum of RGB (Red+Green+Blue) = 81+44+56=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #512C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C38 is #AED3C7. Grayscale: #383838. Windows color (decimal): -11457480 or 3681361. OLE color: 3681361.

HSL color Cylindrical-coordinate representation of color #512C38: hue angle of 340.54º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #512C38 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB814456-
CMYK00.460.310.68
HSL340.54º29.6%24.51%-
HSV(B)340.54º45.68%31.76%-
XYZ5.013.844.22-
YUV56.43127.76145.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.75%
GREEN value IS 44 (17.58% from 255) = 24.31%
BLUE value IS 56 (22.27% from 255) = 30.94%
R=44.75%
G=24.31%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81445600.460.310.68340.5429.624.51
Hex512C3802E1F441551e19
Octal1215470056371045253631
Binary101000110110011100001011101111110001001010101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512C38; }

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

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

<style>
 a { background-color: #512C38; }

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

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

<style>
 span { border-color: #512C38; }

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

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