Html Css Color HEX #55393F Wine Berry

📋 copy color: '#55393F'

red 85 ◦ green 57 ◦ blue 63

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

Shades of Wine Berry #55393F

Tints of Wine Berry #55393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.8%

 BLUE value IS 63 (25% from 255) = 30.73%

R = 41.46%
G = 27.8%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#55393F (or 0x55393F) is known color: Wine Berry. HEX triplet: 55, 39 and 3F. RGB value is (85,57,63). Sum of RGB (Red+Green+Blue) = 85+57+63=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #55393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55393F is #AAC6C0. Grayscale: #424242. Windows color (decimal): -11192001 or 4143445. OLE color: 4143445.

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

Color convert

RGB 85 57 63 -
CMYK 0 0.33 0.26 0.67
HSL 347.14º 0.2% 0.28% -
HSV(B) 347.14º 0.33% 0.33% -
XYZ 6.11 5.22 5.39 -
YUV 66.06 126.28 141.51 -
System Red Green Blue C M Y K H S L
Decimal 85 57 63 0 0.33 0.26 0.67 347.14 0.2 0.28
Hex 55 39 3F 0 21 1A 43 15B 14 1C
Octal 125 71 77 0 41 32 103 533 24 34
Binary 1010101 111001 111111 0 100001 11010 1000011 101011011 10100 11100

Color Harmonies of #55393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55393F

Black with #55393F

Text Example


Text Example

White with #55393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55393F; }

 p { color: rgb(85,57,63); }

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

background-color css

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

 a { background-color: rgb(85,57,63); }

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

border-color css

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

 span { border-color: rgb(85,57,63); }

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