#512233

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

Shades of Black Rose #512233

Tints of Black Rose #512233

Color information

#512233 (or 0x512233) is unknown color: approx Black Rose. HEX triplet: 51, 22 and 33. RGB value is (81,34,51). Sum of RGB (Red+Green+Blue) = 81+34+51=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #512233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512233 is #AEDDCC. Grayscale: #313131. Windows color (decimal): -11460045 or 3351121. OLE color: 3351121.

HSL color Cylindrical-coordinate representation of color #512233: hue angle of 338.3º 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 #512233 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB813451-
CMYK00.580.370.68
HSL338.3º40.87%22.55%-
HSV(B)338.3º58.02%31.76%-
XYZ4.563.133.5-
YUV49.99128.57150.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.80%
GREEN value IS 34 (13.67% from 255) = 20.48%
BLUE value IS 51 (20.31% from 255) = 30.72%
R=48.80%
G=20.48%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81345100.580.370.68338.340.8722.55
Hex51223303A25441522917
Octal1214263072451045225127
Binary10100011000101100110111010100101100010010101001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512233; }

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

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

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

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

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

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

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

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