#552B35

Color #552B35 Wine Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wine Berry #552B35

Tints of Wine Berry #552B35

Color information

#552B35 (or 0x552B35) is unknown color: approx Wine Berry. HEX triplet: 55, 2B and 35. RGB value is (85,43,53). Sum of RGB (Red+Green+Blue) = 85+43+53=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 43 (17.19% from 255 or 23.76% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #552B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B35 is #AAD4CA. Grayscale: #383838. Windows color (decimal): -11195595 or 3484501. OLE color: 3484501.

HSL color Cylindrical-coordinate representation of color #552B35: hue angle of 345.71º 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 #552B35 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB854353-
CMYK00.490.380.67
HSL345.71º32.81%25.1%-
HSV(B)345.71º49.41%33.33%-
XYZ5.253.923.85-
YUV56.7125.91148.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 43 (17.19% from 255) = 23.76%
BLUE value IS 53 (21.09% from 255) = 29.28%
R=46.96%
G=23.76%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85435300.490.380.67345.7132.8125.1
Hex552B35031264315a2119
Octal1255365061461035324131
Binary10101011010111101010110001100110100001110101101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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