Html Css Color HEX #55303E Wine Berry

📋 copy color: '#55303E'

red 85 ◦ green 48 ◦ blue 62

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

Shades of Wine Berry #55303E

Tints of Wine Berry #55303E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.62%

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

R = 43.59%
G = 24.62%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#55303E (or 0x55303E) is known color: Wine Berry. HEX triplet: 55, 30 and 3E. RGB value is (85,48,62). Sum of RGB (Red+Green+Blue) = 85+48+62=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #55303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55303E is #AACFC1. Grayscale: #3C3C3C. Windows color (decimal): -11194306 or 4075605. OLE color: 4075605.

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

Color convert

RGB 85 48 62 -
CMYK 0 0.44 0.27 0.67
HSL 337.3º 0.28% 0.26% -
HSV(B) 337.3º 0.44% 0.33% -
XYZ 5.67 4.39 5.11 -
YUV 60.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 85 48 62 0 0.44 0.27 0.67 337.3 0.28 0.26
Hex 55 30 3E 0 2C 1B 43 151 1C 1A
Octal 125 60 76 0 54 33 103 521 34 32
Binary 1010101 110000 111110 0 101100 11011 1000011 101010001 11100 11010

Color Harmonies of #55303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55303E

Black with #55303E

Text Example


Text Example

White with #55303E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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