Html Css Color HEX #55323A Wine Berry

📋 copy color: '#55323A'

red 85 ◦ green 50 ◦ blue 58

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

Shades of Wine Berry #55323A

Tints of Wine Berry #55323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.91%

 BLUE value IS 58 (23.05% from 255) = 30.05%

R = 44.04%
G = 25.91%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#55323A (or 0x55323A) is known color: Wine Berry. HEX triplet: 55, 32 and 3A. RGB value is (85,50,58). Sum of RGB (Red+Green+Blue) = 85+50+58=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #55323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55323A is #AACDC5. Grayscale: #3D3D3D. Windows color (decimal): -11193798 or 3813973. OLE color: 3813973.

HSL color Cylindrical-coordinate representation of color #55323A: hue angle of 346.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55323A is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 50 58 -
CMYK 0 0.41 0.32 0.67
HSL 346.29º 0.26% 0.26% -
HSV(B) 346.29º 0.41% 0.33% -
XYZ 5.65 4.52 4.58 -
YUV 61.38 126.1 144.85 -
System Red Green Blue C M Y K H S L
Decimal 85 50 58 0 0.41 0.32 0.67 346.29 0.26 0.26
Hex 55 32 3A 0 29 20 43 15A 1A 1A
Octal 125 62 72 0 51 40 103 532 32 32
Binary 1010101 110010 111010 0 101001 100000 1000011 101011010 11010 11010

Color Harmonies of #55323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55323A

Black with #55323A

Text Example


Text Example

White with #55323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55323A; }

 p { color: rgb(85,50,58); }

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

background-color css

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

 a { background-color: rgb(85,50,58); }

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

border-color css

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

 span { border-color: rgb(85,50,58); }

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