#532738

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

Shades of Black Rose #532738

Tints of Black Rose #532738

Color information

#532738 (or 0x532738) is unknown color: approx Black Rose. HEX triplet: 53, 27 and 38. RGB value is (83,39,56). Sum of RGB (Red+Green+Blue) = 83+39+56=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #532738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532738 is #ACD8C7. Grayscale: #363636. Windows color (decimal): -11327688 or 3680083. OLE color: 3680083.

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

Color convert

RGB833956-
CMYK00.530.330.67
HSL336.82º36.07%23.92%-
HSV(B)336.82º53.01%32.55%-
XYZ5.013.584.17-
YUV54.09129.08148.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 39 (15.62% from 255) = 21.91%
BLUE value IS 56 (22.27% from 255) = 31.46%
R=46.63%
G=21.91%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83395600.530.330.67336.8236.0723.92
Hex53273803521431512418
Octal1234770065411035214430
Binary10100111001111110000110101100001100001110101000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532738; }

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

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

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

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

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

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

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

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