#532633

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

Shades of Black Rose #532633

Tints of Black Rose #532633

Color information

#532633 (or 0x532633) is unknown color: approx Black Rose. HEX triplet: 53, 26 and 33. RGB value is (83,38,51). Sum of RGB (Red+Green+Blue) = 83+38+51=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #532633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532633 is #ACD9CC. Grayscale: #343434. Windows color (decimal): -11327949 or 3352147. OLE color: 3352147.

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

Color convert

RGB833851-
CMYK00.540.390.67
HSL342.67º37.19%23.73%-
HSV(B)342.67º54.22%32.55%-
XYZ4.863.463.54-
YUV52.94126.91149.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.26%
GREEN value IS 38 (15.23% from 255) = 22.09%
BLUE value IS 51 (20.31% from 255) = 29.65%
R=48.26%
G=22.09%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83385100.540.390.67342.6737.1923.73
Hex53263303627431572518
Octal1234663066471035274530
Binary10100111001101100110110110100111100001110101011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532633; }

 p { color: rgb(83,38,51); }

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

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

 a { background-color: rgb(83,38,51); }

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

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

 span { border-color: rgb(83,38,51); }

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