#532538

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

Shades of Black Rose #532538

Tints of Black Rose #532538

Color information

#532538 (or 0x532538) is unknown color: approx Black Rose. HEX triplet: 53, 25 and 38. RGB value is (83,37,56). Sum of RGB (Red+Green+Blue) = 83+37+56=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #532538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532538 is #ACDAC7. Grayscale: #343434. Windows color (decimal): -11328200 or 3679571. OLE color: 3679571.

HSL color Cylindrical-coordinate representation of color #532538: hue angle of 335.22º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #532538 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB833756-
CMYK00.550.330.67
HSL335.22º38.33%23.53%-
HSV(B)335.22º55.42%32.55%-
XYZ4.943.454.15-
YUV52.92129.74149.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.16%
GREEN value IS 37 (14.84% from 255) = 21.02%
BLUE value IS 56 (22.27% from 255) = 31.82%
R=47.16%
G=21.02%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83375600.550.330.67335.2238.3323.53
Hex532538037214314f2618
Octal1234570067411035174630
Binary10100111001011110000110111100001100001110100111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532538; }

 p { color: rgb(83,37,56); }

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

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

 a { background-color: rgb(83,37,56); }

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

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

 span { border-color: rgb(83,37,56); }

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