#531E2F

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

Shades of Black Rose #531E2F

Tints of Black Rose #531E2F

Color information

#531E2F (or 0x531E2F) is unknown color: approx Black Rose. HEX triplet: 53, 1E and 2F. RGB value is (83,30,47). Sum of RGB (Red+Green+Blue) = 83+30+47=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #531E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E2F is #ACE1D0. Grayscale: #2F2F2F. Windows color (decimal): -11330001 or 3087955. OLE color: 3087955.

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

Color convert

RGB833047-
CMYK00.640.430.67
HSL340.75º46.9%22.16%-
HSV(B)340.75º63.86%32.55%-
XYZ4.542.973.02-
YUV47.78127.56153.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 30 (12.11% from 255) = 18.75%
BLUE value IS 47 (18.75% from 255) = 29.38%
R=51.88%
G=18.75%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83304700.640.430.67340.7546.922.16
Hex531E2F0402B431552f16
Octal12336570100531035255726
Binary10100111111010111101000000101011100001110101010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,30,47); }

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

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

 a { background-color: rgb(83,30,47); }

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

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

 span { border-color: rgb(83,30,47); }

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