#552B3D

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

Shades of Black Rose #552B3D

Tints of Black Rose #552B3D

Color information

#552B3D (or 0x552B3D) is unknown color: approx Black Rose. HEX triplet: 55, 2B and 3D. RGB value is (85,43,61). Sum of RGB (Red+Green+Blue) = 85+43+61=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #552B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B3D is #AAD4C2. Grayscale: #393939. Windows color (decimal): -11195587 or 4008789. OLE color: 4008789.

HSL color Cylindrical-coordinate representation of color #552B3D: hue angle of 334.29º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #552B3D is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB854361-
CMYK00.490.280.67
HSL334.29º32.81%25.1%-
HSV(B)334.29º49.41%33.33%-
XYZ5.4544.9-
YUV57.61129.91147.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 43 (17.19% from 255) = 22.75%
BLUE value IS 61 (24.22% from 255) = 32.28%
R=44.97%
G=22.75%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85436100.490.280.67334.2932.8125.1
Hex552B3D0311C4314e2119
Octal1255375061341035164131
Binary1010101101011111101011000111100100001110100111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552B3D; }

 p { color: rgb(85,43,61); }

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

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

 a { background-color: rgb(85,43,61); }

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

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

 span { border-color: rgb(85,43,61); }

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