#531F34

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

Shades of Black Rose #531F34

Tints of Black Rose #531F34

Color information

#531F34 (or 0x531F34) is unknown color: approx Black Rose. HEX triplet: 53, 1F and 34. RGB value is (83,31,52). Sum of RGB (Red+Green+Blue) = 83+31+52=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #531F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F34 is #ACE0CB. Grayscale: #303030. Windows color (decimal): -11329740 or 3415891. OLE color: 3415891.

HSL color Cylindrical-coordinate representation of color #531F34: hue angle of 335.77º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F34 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB833152-
CMYK00.630.370.67
HSL335.77º45.61%22.35%-
HSV(B)335.77º62.65%32.55%-
XYZ4.683.073.59-
YUV48.94129.73152.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 31 (12.5% from 255) = 18.67%
BLUE value IS 52 (20.70% from 255) = 31.33%
R=50%
G=18.67%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83315200.630.370.67335.7745.6122.35
Hex531F3403F25431502e16
Octal1233764077451035205626
Binary1010011111111101000111111100101100001110101000010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531F34; }

 p { color: rgb(83,31,52); }

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

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

 a { background-color: rgb(83,31,52); }

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

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

 span { border-color: rgb(83,31,52); }

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