#532435

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

Shades of Black Rose #532435

Tints of Black Rose #532435

Color information

#532435 (or 0x532435) is unknown color: approx Black Rose. HEX triplet: 53, 24 and 35. RGB value is (83,36,53). Sum of RGB (Red+Green+Blue) = 83+36+53=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #532435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532435 is #ACDBCA. Grayscale: #333333. Windows color (decimal): -11328459 or 3482707. OLE color: 3482707.

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

Color convert

RGB833653-
CMYK00.570.360.67
HSL338.3º39.5%23.33%-
HSV(B)338.3º56.63%32.55%-
XYZ4.843.363.76-
YUV51.99128.57150.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.26%
GREEN value IS 36 (14.45% from 255) = 20.93%
BLUE value IS 53 (21.09% from 255) = 30.81%
R=48.26%
G=20.93%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83365300.570.360.67338.339.523.33
Hex53243503924431522717
Octal1234465071441035224727
Binary10100111001001101010111001100100100001110101001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532435; }

 p { color: rgb(83,36,53); }

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

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

 a { background-color: rgb(83,36,53); }

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

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

 span { border-color: rgb(83,36,53); }

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