Html Css Color HEX #552D37 Wine Berry

📋 copy color: '#552D37'

red 85 ◦ green 45 ◦ blue 55

#552D37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wine Berry #552D37

Tints of Wine Berry #552D37

RGB

 RED value IS 85 (33.59% from 255) = 45.95%

 GREEN value IS 45 (17.97% from 255) = 24.32%

 BLUE value IS 55 (21.88% from 255) = 29.73%

R = 45.95%
G = 24.32%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#552D37 (or 0x552D37) is known color: Wine Berry. HEX triplet: 55, 2D and 37. RGB value is (85,45,55). Sum of RGB (Red+Green+Blue) = 85+45+55=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #552D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D37 is #AAD2C8. Grayscale: #3A3A3A. Windows color (decimal): -11195081 or 3616085. OLE color: 3616085.

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

Color convert

RGB 85 45 55 -
CMYK 0 0.47 0.35 0.67
HSL 345º 0.31% 0.25% -
HSV(B) 345º 0.47% 0.33% -
XYZ 5.37 4.08 4.12 -
YUV 58.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 85 45 55 0 0.47 0.35 0.67 345 0.31 0.25
Hex 55 2D 37 0 2F 23 43 159 1F 19
Octal 125 55 67 0 57 43 103 531 37 31
Binary 1010101 101101 110111 0 101111 100011 1000011 101011001 11111 11001

Color Harmonies of #552D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D37

Black with #552D37

Text Example


Text Example

White with #552D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,45,55); }

 H1.HeaderClassName
 {
   color: #552D37;
 }
 .AnyTagClassName
 {
   color: #552D37;
 }
</style>

background-color css

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

 a { background-color: rgb(85,45,55); }

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

border-color css

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

 span { border-color: rgb(85,45,55); }

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