Html Css Color HEX #552930 Wine Berry

📋 copy color: '#552930'

red 85 ◦ green 41 ◦ blue 48

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

Shades of Wine Berry #552930

Tints of Wine Berry #552930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 27.59%

R = 48.85%
G = 23.56%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#552930 (or 0x552930) is known color: Wine Berry. HEX triplet: 55, 29 and 30. RGB value is (85,41,48). Sum of RGB (Red+Green+Blue) = 85+41+48=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #552930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552930 is #AAD6CF. Grayscale: #363636. Windows color (decimal): -11196112 or 3156309. OLE color: 3156309.

HSL color Cylindrical-coordinate representation of color #552930: hue angle of 350.45º 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 #552930 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 41 48 -
CMYK 0 0.52 0.44 0.67
HSL 350.45º 0.35% 0.25% -
HSV(B) 350.45º 0.52% 0.33% -
XYZ 5.07 3.73 3.25 -
YUV 54.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 85 41 48 0 0.52 0.44 0.67 350.45 0.35 0.25
Hex 55 29 30 0 34 2C 43 15E 23 19
Octal 125 51 60 0 64 54 103 536 43 31
Binary 1010101 101001 110000 0 110100 101100 1000011 101011110 100011 11001

Color Harmonies of #552930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552930

Black with #552930

Text Example


Text Example

White with #552930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552930; }

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

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

background-color css

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

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

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

border-color css

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

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

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