Html Css Color HEX #552931 Wine Berry

📋 copy color: '#552931'

red 85 ◦ green 41 ◦ blue 49

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

Shades of Wine Berry #552931

Tints of Wine Berry #552931

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.43%

 BLUE value IS 49 (19.53% from 255) = 28%

R = 48.57%
G = 23.43%
B = 28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#552931 (or 0x552931) is known color: Wine Berry. HEX triplet: 55, 29 and 31. RGB value is (85,41,49). Sum of RGB (Red+Green+Blue) = 85+41+49=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #552931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552931 is #AAD6CE. Grayscale: #373737. Windows color (decimal): -11196111 or 3221845. OLE color: 3221845.

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

Color convert

RGB 85 41 49 -
CMYK 0 0.52 0.42 0.67
HSL 349.09º 0.35% 0.25% -
HSV(B) 349.09º 0.52% 0.33% -
XYZ 5.09 3.74 3.36 -
YUV 55.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 85 41 49 0 0.52 0.42 0.67 349.09 0.35 0.25
Hex 55 29 31 0 34 2A 43 15D 23 19
Octal 125 51 61 0 64 52 103 535 43 31
Binary 1010101 101001 110001 0 110100 101010 1000011 101011101 100011 11001

Color Harmonies of #552931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552931

Black with #552931

Text Example


Text Example

White with #552931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552931; }

 p { color: rgb(85,41,49); }

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

background-color css

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

 a { background-color: rgb(85,41,49); }

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

border-color css

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

 span { border-color: rgb(85,41,49); }

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