#512235

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

Shades of Black Rose #512235

Tints of Black Rose #512235

Color information

#512235 (or 0x512235) is unknown color: approx Black Rose. HEX triplet: 51, 22 and 35. RGB value is (81,34,53). Sum of RGB (Red+Green+Blue) = 81+34+53=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #512235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512235 is #AEDDCA. Grayscale: #323232. Windows color (decimal): -11460043 or 3482193. OLE color: 3482193.

HSL color Cylindrical-coordinate representation of color #512235: hue angle of 335.74º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #512235 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB813453-
CMYK00.580.350.68
HSL335.74º40.87%22.55%-
HSV(B)335.74º58.02%31.76%-
XYZ4.613.153.73-
YUV50.22129.57149.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.21%
GREEN value IS 34 (13.67% from 255) = 20.24%
BLUE value IS 53 (21.09% from 255) = 31.55%
R=48.21%
G=20.24%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81345300.580.350.68335.7440.8722.55
Hex51223503A23441502917
Octal1214265072431045205127
Binary10100011000101101010111010100011100010010101000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512235; }

 p { color: rgb(81,34,53); }

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

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

 a { background-color: rgb(81,34,53); }

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

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

 span { border-color: rgb(81,34,53); }

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