#532138

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

Shades of Black Rose #532138

Tints of Black Rose #532138

Color information

#532138 (or 0x532138) is unknown color: approx Black Rose. HEX triplet: 53, 21 and 38. RGB value is (83,33,56). Sum of RGB (Red+Green+Blue) = 83+33+56=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #532138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532138 is #ACDEC7. Grayscale: #323232. Windows color (decimal): -11329224 or 3678547. OLE color: 3678547.

HSL color Cylindrical-coordinate representation of color #532138: hue angle of 332.4º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532138 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB833356-
CMYK00.600.330.67
HSL332.4º43.1%22.75%-
HSV(B)332.4º60.24%32.55%-
XYZ4.823.214.11-
YUV50.57131.06151.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.26%
GREEN value IS 33 (13.28% from 255) = 19.19%
BLUE value IS 56 (22.27% from 255) = 32.56%
R=48.26%
G=19.19%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83335600.600.330.67332.443.122.75
Hex53213803C214314c2b17
Octal1234170074411035145327
Binary10100111000011110000111100100001100001110100110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532138; }

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

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

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

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

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

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

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

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