Html Css Color HEX #55303A Wine Berry

📋 copy color: '#55303A'

red 85 ◦ green 48 ◦ blue 58

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

Shades of Wine Berry #55303A

Tints of Wine Berry #55303A

RGB

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

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

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

R = 44.5%
G = 25.13%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#55303A (or 0x55303A) is known color: Wine Berry. HEX triplet: 55, 30 and 3A. RGB value is (85,48,58). Sum of RGB (Red+Green+Blue) = 85+48+58=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #55303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55303A is #AACFC5. Grayscale: #3C3C3C. Windows color (decimal): -11194310 or 3813461. OLE color: 3813461.

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

Color convert

RGB 85 48 58 -
CMYK 0 0.44 0.32 0.67
HSL 343.78º 0.28% 0.26% -
HSV(B) 343.78º 0.44% 0.33% -
XYZ 5.57 4.35 4.55 -
YUV 60.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 85 48 58 0 0.44 0.32 0.67 343.78 0.28 0.26
Hex 55 30 3A 0 2C 20 43 158 1C 1A
Octal 125 60 72 0 54 40 103 530 34 32
Binary 1010101 110000 111010 0 101100 100000 1000011 101011000 11100 11010

Color Harmonies of #55303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55303A

Black with #55303A

Text Example


Text Example

White with #55303A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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