Html Css Color HEX #55383E Wine Berry

📋 copy color: '#55383E'

red 85 ◦ green 56 ◦ blue 62

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

Shades of Wine Berry #55383E

Tints of Wine Berry #55383E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.59%

 BLUE value IS 62 (24.61% from 255) = 30.54%

R = 41.87%
G = 27.59%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#55383E (or 0x55383E) is known color: Wine Berry. HEX triplet: 55, 38 and 3E. RGB value is (85,56,62). Sum of RGB (Red+Green+Blue) = 85+56+62=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #55383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55383E is #AAC7C1. Grayscale: #414141. Windows color (decimal): -11192258 or 4077653. OLE color: 4077653.

HSL color Cylindrical-coordinate representation of color #55383E: hue angle of 347.59º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55383E is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 56 62 -
CMYK 0 0.34 0.27 0.67
HSL 347.59º 0.21% 0.28% -
HSV(B) 347.59º 0.34% 0.33% -
XYZ 6.03 5.11 5.23 -
YUV 65.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 85 56 62 0 0.34 0.27 0.67 347.59 0.21 0.28
Hex 55 38 3E 0 22 1B 43 15C 15 1C
Octal 125 70 76 0 42 33 103 534 25 34
Binary 1010101 111000 111110 0 100010 11011 1000011 101011100 10101 11100

Color Harmonies of #55383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55383E

Black with #55383E

Text Example


Text Example

White with #55383E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55383E; }

 p { color: rgb(85,56,62); }

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

background-color css

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

 a { background-color: rgb(85,56,62); }

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

border-color css

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

 span { border-color: rgb(85,56,62); }

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