#53273A

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

Shades of Black Rose #53273A

Tints of Black Rose #53273A

Color information

#53273A (or 0x53273A) is unknown color: approx Black Rose. HEX triplet: 53, 27 and 3A. RGB value is (83,39,58). Sum of RGB (Red+Green+Blue) = 83+39+58=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53273A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53273A is #ACD8C5. Grayscale: #363636. Windows color (decimal): -11327686 or 3811155. OLE color: 3811155.

HSL color Cylindrical-coordinate representation of color #53273A: hue angle of 334.09º 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 #53273A is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB833958-
CMYK00.530.300.67
HSL334.09º36.07%23.92%-
HSV(B)334.09º53.01%32.55%-
XYZ5.063.64.43-
YUV54.32130.08148.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.11%
GREEN value IS 39 (15.62% from 255) = 21.67%
BLUE value IS 58 (23.05% from 255) = 32.22%
R=46.11%
G=21.67%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83395800.530.300.67334.0936.0723.92
Hex53273A0351E4314e2418
Octal1234772065361035164430
Binary1010011100111111010011010111110100001110100111010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53273A; }

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

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

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

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

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

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

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

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