#512433

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

Shades of Black Rose #512433

Tints of Black Rose #512433

Color information

#512433 (or 0x512433) is unknown color: approx Black Rose. HEX triplet: 51, 24 and 33. RGB value is (81,36,51). Sum of RGB (Red+Green+Blue) = 81+36+51=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #512433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512433 is #AEDBCC. Grayscale: #333333. Windows color (decimal): -11459533 or 3351633. OLE color: 3351633.

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

Color convert

RGB813651-
CMYK00.560.370.68
HSL340º38.46%22.94%-
HSV(B)340º55.56%31.76%-
XYZ4.623.253.52-
YUV51.16127.91149.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.21%
GREEN value IS 36 (14.45% from 255) = 21.43%
BLUE value IS 51 (20.31% from 255) = 30.36%
R=48.21%
G=21.43%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81365100.560.370.6834038.4622.94
Hex51243303825441542617
Octal1214463070451045244627
Binary10100011001001100110111000100101100010010101010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512433; }

 p { color: rgb(81,36,51); }

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

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

 a { background-color: rgb(81,36,51); }

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

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

 span { border-color: rgb(81,36,51); }

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