Html Css Color HEX #5E303A Wine Berry

📋 copy color: '#5E303A'

red 94 ◦ green 48 ◦ blue 58

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

Shades of Wine Berry #5E303A

Tints of Wine Berry #5E303A

RGB

 RED value IS 94 (37.11% from 255) = 47%

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

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

R = 47%
G = 24%
B = 29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.63

RGB Variations

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

Color information

#5E303A (or 0x5E303A) is known color: Wine Berry. HEX triplet: 5E, 30 and 3A. RGB value is (94,48,58). Sum of RGB (Red+Green+Blue) = 94+48+58=200 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 94 - color contains mainly: red. Hex color #5E303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E303A is #A1CFC5. Grayscale: #3E3E3E. Windows color (decimal): -10604486 or 3813470. OLE color: 3813470.

HSL color Cylindrical-coordinate representation of color #5E303A: hue angle of 346.96º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E303A is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 48 58 -
CMYK 0 0.49 0.38 0.63
HSL 346.96º 0.32% 0.28% -
HSV(B) 346.96º 0.49% 0.37% -
XYZ 6.44 4.8 4.59 -
YUV 62.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 94 48 58 0 0.49 0.38 0.63 346.96 0.32 0.28
Hex 5E 30 3A 0 31 26 3F 15B 20 1C
Octal 136 60 72 0 61 46 77 533 40 34
Binary 1011110 110000 111010 0 110001 100110 111111 101011011 100000 11100

Color Harmonies of #5E303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E303A

Black with #5E303A

Text Example


Text Example

White with #5E303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E303A; }

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

 H1.HeaderClassName
 {
   color: #5E303A;
 }
 .AnyTagClassName
 {
   color: #5E303A;
 }
</style>

background-color css

<style>
 a { background-color: #5E303A; }

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

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

border-color css

<style>
 span { border-color: #5E303A; }

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

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