#552C3D

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

Shades of Black Rose #552C3D

Tints of Black Rose #552C3D

Color information

#552C3D (or 0x552C3D) is unknown color: approx Black Rose. HEX triplet: 55, 2C and 3D. RGB value is (85,44,61). Sum of RGB (Red+Green+Blue) = 85+44+61=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #552C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C3D is #AAD3C2. Grayscale: #3A3A3A. Windows color (decimal): -11195331 or 4009045. OLE color: 4009045.

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

Color convert

RGB854461-
CMYK00.480.280.67
HSL335.12º31.78%25.29%-
HSV(B)335.12º48.24%33.33%-
XYZ5.494.074.91-
YUV58.2129.58147.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 44 (17.58% from 255) = 23.16%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=44.74%
G=23.16%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85446100.480.280.67335.1231.7825.29
Hex552C3D0301C4314f2019
Octal1255475060341035174031
Binary1010101101100111101011000011100100001110100111110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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