#552435

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

Shades of Black Rose #552435

Tints of Black Rose #552435

Color information

#552435 (or 0x552435) is unknown color: approx Black Rose. HEX triplet: 55, 24 and 35. RGB value is (85,36,53). Sum of RGB (Red+Green+Blue) = 85+36+53=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #552435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552435 is #AADBCA. Grayscale: #343434. Windows color (decimal): -11197387 or 3482709. OLE color: 3482709.

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

Color convert

RGB853653-
CMYK00.580.380.67
HSL339.18º40.5%23.73%-
HSV(B)339.18º57.65%33.33%-
XYZ5.023.453.77-
YUV52.59128.23151.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 36 (14.45% from 255) = 20.69%
BLUE value IS 53 (21.09% from 255) = 30.46%
R=48.85%
G=20.69%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85365300.580.380.67339.1840.523.73
Hex55243503A26431532818
Octal1254465072461035235030
Binary10101011001001101010111010100110100001110101001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552435; }

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

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

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

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

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

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

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

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